You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2022. It is now read-only.
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.