Make SoX not show output
Posted
by
Ram Rachum
on Super User
See other posts from Super User
or by Ram Rachum
Published on 2013-10-27T15:05:36Z
Indexed on
2013/10/27
15:55 UTC
Read the original article
Hit count: 288
I'm recording with SoX, and I want to make it not show output at all. When recording, it shows this output:
Input File : 'default' (waveaudio)
Channels : 2
Sample Rate : 48000
Precision : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
In:0.00% 00:00:00.68 [00:00:00.00] Out:28.7k [ | ] Clip:0
I tried setting verbosity to 0, but it has no effect. (I'm guessing it's meant for messages other than this.)
I don't just want to hide the output, which I could do easily; I want SoX to not generate it in the first place, for performance on a weak computer.
© Super User or respective owner