56 lines
1.4 KiB
Plaintext
56 lines
1.4 KiB
Plaintext
---------------------------------------------------------------------------
|
|
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
|
|
|
|
---------------------------------------------------------------------------
|
|
|