Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
af_volnorm: fix output range with float input
af_volnorm can process either int16_t or float audio data. The float version used 0 to INT_MAX as full value range, when it should be 0 to 1. This effectively disabled the filter (due to all input being considered to fall in the silence range). Fix. Reported by Tobias Jacobi <liquid.acid@gmx.net>.
- Loading branch information