[LAU] sample rate convert a .wav from 48k to 44.1k

Julien Claassen julien at mail.upb.de
Sat Sep 22 07:10:58 UTC 2012


Hi Aaron!
   Two ways:
sndfile-resample -c 0 -to 44100 in.wav out.wav
   This takes some time, but the sndfile-utils or sndfile-progs are available 
on many distros as packages. Then there is fons' resample program, whichI 
prefer nowadays, since it's faster:
resample --lips --16bit --rate 44100 in.wav out.wav
   Good luck and best wishes
          Julien

----------------------------------------
http://juliencoder.de/nama/music.html


More information about the Linux-audio-user mailing list