Re: SoX and Converting 192/24 to 96/24
Reply #13 –
Hiyas, having similar task and not wanting to make new topic:
Can anybody advice what's wrong with commandline syntax for redirecting of stdin downscaled to 16bit preserving sampling rate to stdout?
... | sox -t wav --ignore-length - -G -b 16 -t wav dither | ...
I'm getting the list of supported arguments so It's not correct
Or is there by chance a foobar's DSP plugin to do the same?