|
From: a1s2d3f4 <sch...@gm...> - 2015-06-27 03:01:17
|
How do I get soxi? When I install sox from here http://sourceforge.net/projects/sox/files/latest/download I only see sox.exe in C:\Program Files (x86)\sox-14-4-2 folder. Also, I don't think a=$.... syntax is for the windows console. I think you are trying to set an environment variable based on what I see you doing. I always do it using "set a=" under windows. On Fri, Jun 26, 2015 at 10:12 PM, keghn [via SoX] < ml-...@n7...> wrote: > > > sox in.wav out.wav silence 1 0.1 1% > a=$(soxi -D in.wav) > b=$(soxi -D out.ogg) > c= $((a - b)) > echo $c > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://sox.10957.n7.nabble.com/returning-time-of-signal-onset-after-silence-tp5473p5474.html > To unsubscribe from returning time of signal onset after silence, click > here > <http://sox.10957.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5473&code=c2Nobml0dGtlNzlAZ21haWwuY29tfDU0NzN8LTE4ODczNjM3ODA=> > . > NAML > <http://sox.10957.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://sox.10957.n7.nabble.com/returning-time-of-signal-onset-after-silence-tp5473p5475.html Sent from the SoX mailing list archive at Nabble.com. |