Tagged Questions
0
votes
1answer
118 views
How can I make sure sox doesn't perform automatic dithering without knowing the version?
I'm using sox to resample audio before introducing it to our speech detection system, but I've hit a snag with version 14.3 of sox adding automatic dithering by default to the resampling operation, ...
-2
votes
0answers
17 views
command-line utility to record from microphone [migrated]
I am looking for command-line utility that monitors the microphone, and if you start to speak, writes the file. Recording period should be adjusted.
Solution is:
sox -t alsa default recording.wav ...