Converting .wav (CCITT A-Law format) to .mp3 using LAME
        Posted  
        
            by iar
        on Super User
        
        See other posts from Super User
        
            or by iar
        
        
        
        Published on 2009-10-28T15:06:01Z
        Indexed on 
            2010/03/09
            0:21 UTC
        
        
        Read the original article
        Hit count: 2008
        
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?
© Super User or respective owner