Re: [asterisk-users] Converting MP3 files to wav for Asterisk

2011-03-04 Thread Ishfaq Malik
On Thu, 2011-03-03 at 08:19 -0800, Steve Edwards wrote: Try something 'simpler' mpg123 -q -w ${TEMP} ${INPUT} sox ${TEMP} -c 1 -s -w -r 8000 ${OUTPUT} and see if that helps. Otherwise, how do the 'intermediate' files in your process sound? Can you hear when things fall

Re: [asterisk-users] Converting MP3 files to wav for Asterisk

2011-03-03 Thread Steve Edwards
On Thu, 3 Mar 2011, Timothy Smith wrote: Do you guys know of a better way I can convert mp3 to wav and restore quality? You can't restore quality lost by converting to MP3. You shouldn't be 'losing' quality by converting from MP3 to WAV. #!/bin/bash for i in

Re: [asterisk-users] Converting MP3 files to wav for Asterisk

2011-03-02 Thread Thorsten Göllner
Try to convert into gsm instead wav. sox test.wav -r 8000 -c1 test.gsm Am 03.03.2011 06:20, schrieb Timothy Smith: Hi, I am running a service where I play full songs but MP3 files kept on crashing my server. I resorted to wav but the quality is really poor after converting..or even sometimes