According to SoX documentation, a low pass filter is called by the underlying sox library using a negative sign, e.g sinc -4k, however the code in dsp.py ommits this negative sign. As a result, attempts to create a low pass sinc filter result in a high pass sinc filter.
According to SoX documentation, a low pass filter is called by the underlying sox library using a negative sign, e.g
sinc -4k, however the code in dsp.py ommits this negative sign. As a result, attempts to create a low pass sinc filter result in a high pass sinc filter.