| This is how we generate an
adpcm file for a 8 bit PIC to reproduce sound. |
 |
|
| We use
GoldWave to process the soundfile, helloworld in this example. |
 |
|
| We use
WinSpeech from Microchip Application note AN643 to generate the adpcm
file for my brothers software. |
 |
|
| This is
helloworld played by a 18F452 and recorded on a PC and encoded in
128Kb mp3 format. |
 |
|
Adpcm2hex startup splashscreen.
Update! The program has been updated with a
init sound. |
 |
Adpcm2hex 2.50
2010.04.09 |
Basic (.bas
file) include file option choosen (MCU = Micro Controller Unit), with
the adpcm soundfile helloworld loaded.
Update! The program has been updated with a
init sound. |
 |
Helloworld source code example 2010.04.09 |
| The processed
include .bas file. |
 |
|
|
C eeprom file option choosen, with the adpcm soundfile helloworld
loaded. You can choose between different eeproms with the radio buttons
on the right and the progress bar at yhe bottom shows how much space
your soundfile(s) are using. |
 |
|
|
The processed C include file with sound data start and stop points. |
 |
|
|
The processed eeprom hex file, ready to be burned in an eeprom. |
 |
|
| |
|
|