palm-os-sdk/PalmOne/Samples/MiniBuzzer
2020-05-27 16:46:38 -04:00
..
Obj Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
Result Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
rsc Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
src Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
includes.txt Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
Makefile Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
MiniBuzzer.def Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
MiniBuzzer.mcp Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
platform.txt Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
readme.txt Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00

---------------------------------------------------------------------------
Name

  MiniBuzzer

---------------------------------------------------------------------------
Description

  This application tests the new buzzer. 
  It tests all the primitive APIs for audio record and playback.
  It doesn't test the high level UI APIs. 
  The supported file formats include .wav, .qcp and .amr for recording and
  playback. There is also mp3 support for playback.

---------------------------------------------------------------------------
Builds With

  CodeWarrior
  Gcc

---------------------------------------------------------------------------
Devices

  All Palm devices

---------------------------------------------------------------------------
Requirements


---------------------------------------------------------------------------
Libraries Used

  Codec Plugin Manager
  Sound Library

---------------------------------------------------------------------------
How to Run

  1. Launch the application
  2. Tap 'File' and choose a .wav/.qcp/.amr file from the SD card
  3. Tap 'Record' and talk into the device
  4. Tap 'Stop'
  5. Tap 'Play'

  1. Launch the application
  2. Tap 'File' and choose a .mp3 file from the SD card
  3. Tap 'Play'

---------------------------------------------------------------------------
Note

  Audio file encoded with ADPCM codec is required

---------------------------------------------------------------------------