| |
Here are some of the files that I used during the project
MP3-TO-C converter
C source
mp3extract.exe |
A file for converting a mp3 to a CodeVision C
header file. The user has to specify the number of bytes to convert. C
Source code is included.
To use mp3extract.exe, make sure that there is a file named a.mp3 in the
same directory. After extraction, there will be a mp3data.h file that can be
used with CodeVision C. |
LAME
encoder |
This is a popular MP3 encoder (Wave to MP3). It
allows the user to specify bitrate, stereo, mono, etc. I used this to
down-sample the MP3 to a rate suitable for serial port transmission. Namely,
I set the sample bitrate to 8kbps or 16kbps. |
|