On 26 Sep, ashutosh satish chitnis wrote: >> > dear sir, >> > we r trying to convert a wav file of 8kHz, 8 bit, >> mono, 7 >> > kbps into mp3 file & again back to wave file of same >> > specifications but it is converting mp3 file into 16 >> bit >> > wav file instead of 8 bit, please suggest us a >> solution >> > thanks & regards >> > ashutosh >> >> We ([EMAIL PROTECTED], please reply to it) need to >> know the options >> you use to convert the file.
[...] > dear sir, > thanx for ur prompt reply. here are the command we r giving for conversionf: > > for wav to mp3:-c:\lame <inputfile.wav> <outputfile.mp3> [not specifying any option >explicitly] > input wav file: 8kHz, 8 bit, mono, 7kbps > output mp3: 8kHz, 8kbps, mono (no problem, working file....!) > > for mp3 to wav:-c:\lame --decode <inputfile.mp3> <outputfile.wav> [not specifying >any option explicitly] > input mp3 file: 8kHz, 8kbps, mono > output wav file: 8kHz, 16 bit (this is the problem, we want 8 bit..!), mono > > i hope our problem is clear to u. please guide us. lame uses a modified version of mpglib. I didn't think it is able to do what you want. You have to convert it with e.g. 'sox' (command line utility which is maybe available for Windows too (http://www.spies.com/Sox/)) or any other program which is able to manipulate soundfiles in the desired way. Bye, Alexander. -- Failure is not an option. It comes bundled with your Microsoft product. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 -- MP3 ENCODER mailing list archive is at: http://www.mail-archive.com/mp3encoder%40minnie.cs.adfa.edu.au/
