Re: A sox Question about the silence Module

2017-12-24 Thread davidson
On Mon, 25 Dec 2017, davidson wrote: On Thu, 21 Dec 2017, Martin McCormick wrote: I am not new to sox but I am asking to see if I have missed something because a sox script I am using is mostly working but not quite. [...] #! /bin/sh sox -t .wav input.wav -t .wav output.wav silence -l 1 0 '-3

Re: A sox Question about the silence Module

2017-12-24 Thread davidson
On Thu, 21 Dec 2017, Martin McCormick wrote: I am not new to sox but I am asking to see if I have missed something because a sox script I am using is mostly working but not quite. I am attempting to remove long silent pauses in a recording of people talking and what is supposed

Re: A sox Question about the silence Module

2017-12-21 Thread Andre Majorel
On 2017-12-21 14:17 -0600, Martin McCormick wrote: > sox -t .wav input.wav -t .wav output.wav silence -l 1 0 '-39d' -1 0.5 '-45d' > > The field containing 0.5 which is the second-to-the-last field > is the only thing that does not work. The script records while > there is sound but the 0.5 seco