View Single Post
Old 1st June 2009
gosha gosha is offline
Spam Deminer
 
Join Date: Jun 2008
Location: China
Posts: 256
Default

how silly, I just changed this
$ mplayer -speed 0.1 -srate 8000 -ao pcm:file=somefile-resampled.wav somefile.wav
to this:
$ mplayer -speed 0.1 -srate 44100 -ao pcm:file=somefile-resampled.wav somefile.wav
and it's fine
Thanks a lot

ps. it works also without the -speed option
$ mplayer -srate 44100 -ao pcm:file=somefile-resampled.wav somefile.wav

so, once again, what does this "rate" exactly do?
Reply With Quote