I would like to convert wav files to mp3 using the lame encoder (lame.exe). The wav files are recorded along the following specifications:
Bit Rate: 64kbps
Audio sample size: 8 bit
Channels: 1 (mono)
Audio sample rate: 8 kHz
Audio format: CCITT A-Law
If I try to convert such a wav file using lame, I get the following error message:
Unsupported data format: 0x0006
Could anyone provide me with a command line string using lame.exe that will enable me to convert these kind of wav files?
No comments:
Post a Comment