On Sun, Jul 31, 2011 at 08:46:59PM +0200, Atte Andr? Jensen wrote:
Hi all
I have two files, file reports the following on them:
RIFF (little-endian) data, WAVE audio, mono 44100 Hz
RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 44100 Hz
How can I convert the first to something that has the "Microsoft
PCM, 16 bit"-part in file's output? Sox always seems to output the
former...
If you have ecasound installed, I'm pretty sure it outputs that
format
by default, so:
$ ecasound -f:16,1,44100 -i:oldfile.wav -o:newfile.wav
...Should do it.
Cheers,
S.M.