sox icon indicating copy to clipboard operation
sox copied to clipboard

SoX, Swiss Army knife of sound processing

Results 9 sox issues
Sort by recently updated
recently updated
newest added

When I upgraded from Mojave to Monterey, I could no longer specify a particular audio device using the [device enumeration hack](https://superuser.com/questions/1506208/sox-how-to-specify-audio-input-and-audio-output-devices-on-osx): ``` sox -V6 -n -t coreaudio bogus ``` (They...

`sox -t pulseaudio` depends upon pulseaudio buffering. By default buffer size computation leads to (very) significant latencies (up to 2 sec) A confidential solution for the happy fews is to...

Make 'alaw' coding supported. This is for sphere format and supports only reading alaw format, not writing.

On mac os X ``` ➜ sox git:(mac_patch_uint64type) uname -a Darwin e1r4p18.42.fr 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64 ``` I had to do...

s/nomalize/normalize/g

Formats PCM, ALAW and MULAW now support (and ignore) extra padding bytes. These occur in RIFF/WAVE files produced by ProTools and possibly others.

in situations where the delay is quite large (e.g 20 seconds) and the input file is longer then that time, the delay buffer full flag will not be true while...

Previously, draining was incomplete for LADSPA effects with a latency longer than either the buffer size or the input track (and the output was therefore shorter than the input), and...