[LAU] Need to convert 24bit/48000 to 16bit/44100 stereo on linux

Esben Stien b0ef at esben-stien.name
Mon Jan 14 05:42:00 EST 2008


Bobo <jadesecurity at earthlink.net> writes:

> What is the best command line (or other) way to convert 24/48K to CD
> quality

//resample
sndfile-resample -to 44100 foo.wav bar.wav

//convert to 16 bit
sndfile-convert -pcm16 bar.wav baz.wav

> I think sox is not 24 bit capable.

True.

-- 
Esben Stien is b0ef at e     s      a             
         http://www. s     t    n m
          irc://irc.  b  -  i  .   e/%23contact
           sip:b0ef@   e     e 
           jid:b0ef@    n     n



More information about the Linux-audio-user mailing list