|
From: TJF <tjf...@we...> - 2010-03-11 15:43:58
|
Hi robs, I think you are right! Making this (or your noise example)...: 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 generates the wanted format. This can be played with my 32Bit-Module. But not with the 24Bit-version. Seems that this has a problem of its own... Thanks! Regards Thomas robs schrieb: > 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 >> > > > > > > ------------------------------------------------------------------------------ > 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 > > |