|
From: robs <aq...@ya...> - 2010-03-09 21:58:57
|
Not tried it, but this might work: sox music.wav -e signed -b 24 temp.raw rate 88200 sox -e unsigned -b 24 -r 88200 temp.raw -b 32 output_88200_24.raw ----- Original Message ---- > From: TJF <tjf...@we...> > To: sox...@li... > Sent: Tue, 9 March, 2010 20:51:31 > Subject: [SoX-users] Creating a special 24 Bit format > > Hi, > > has anyone an idea, how to create such a raw-file with sox: > > 24 Bit Raw-File which uses the upper 3 bytes of 32-bit signed integer...? > > I tried things like this (Win), also 32...: > sox.exe music.wav -e signed -b 24 -t .raw output_88200_24.raw rate 88200 > > Thanks > Regards > Thomas > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Sox-users mailing list > Sox...@li... > https://lists.sourceforge.net/lists/listinfo/sox-users |