Sox command line to downsample Pcm to Flac |
Sox command line to downsample Pcm to Flac |
Nov 18 2012, 23:06
Post
#1
|
|
![]() Group: Members Posts: 84 Joined: 12-May 08 Member No.: 53478 |
Can anyone please tell me the switches needed for downsampling hi-res Pcm (Std_In) to lo-res Flac (Std_Out)?
I am trying the following, but at 192000Hz neither the big nor little endian variety works. CODE sox.exe -q -t raw -s -b24 -c2 -r192000 -L - -t flac -C0 - rate 48000 => outputs distorted audio sox.exe -q -t raw -s -b24 -c2 -r192000 -B - -t flac -C0 - rate 48000 => outputs white noise Whereas (oddly enough) at 96000Hz the little endian works, but the big endian does not. CODE sox.exe -q -t raw -s -b24 -c2 -r96000 -L - -t flac -C0 - rate 48000 => works !! sox.exe -q -t raw -s -b24 -c2 -r96000 -B - -t flac -C0 - rate 48000 => outputs white noise Don't ask me why, but the fact that at 96000Hz an extra byte order flip makes a difference to the success rate, gives me a gut feeling that sox.exe is somehow hitting an internal timing issue or lack of CPU capacity (e.g. thread timing issue?). -------------------- AndrewFG (Whitebear -- http://www.whitebear.ch/mediaserver )
|
|
|
|
![]() |
Nov 19 2012, 02:04
Post
#2
|
|
|
Group: Members Posts: 45 Joined: 27-November 11 Member No.: 95439 |
Well, your audio seems to be little-endian, in any case.
To go on, we’ll need to know at least where standard input is coming from – is it something processing a file, or directly from an audio input? Also, more about the kind of “distortion” might be useful: Are chunks of the audio missing? Is the pitch wrong? Unexpected noise? Etc. |
|
|
|
andrewfg Sox command line to downsample Pcm to Flac Nov 18 2012, 23:06
saratoga What format is the PCM you're feeding sox? Nov 19 2012, 00:04
andrewfg QUOTE (saratoga @ Nov 19 2012, 00:04) Wha... Nov 19 2012, 19:08
andrewfg QUOTE (chi @ Nov 19 2012, 02:04) Well, yo... Nov 19 2012, 19:45
saratoga QUOTE (andrewfg @ Nov 19 2012, 14:45) I s... Nov 19 2012, 20:27
andrewfg QUOTE (saratoga @ Nov 19 2012, 20:27) Per... Nov 19 2012, 23:08
saratoga QUOTE (andrewfg @ Nov 19 2012, 18:08) QUO... Nov 19 2012, 23:12
JJZolx Are the results (white noise, distorted audio, wor... Nov 19 2012, 20:22
andrewfg QUOTE (JJZolx @ Nov 19 2012, 20:22) Are t... Nov 19 2012, 23:06
JJZolx I just tried this out for myself and it worked fin... Nov 20 2012, 02:43
andrewfg QUOTE (JJZolx @ Nov 20 2012, 02:43) I jus... Nov 22 2012, 11:14
chi QUOTE (saratoga @ Nov 19 2012, 21:27) Are... Nov 21 2012, 02:38
andrewfg QUOTE (chi @ Nov 21 2012, 02:38) Is it po... Nov 22 2012, 11:36![]() ![]() |
|
Lo-Fi Version | Time is now: 20th June 2013 - 08:48 |