daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
9 stars 0 forks source link

BPFilter does not return negative values #94

Closed MHCooke closed 1 year ago

MHCooke commented 1 year ago

In BPFilter::filter() there is code which removes samples below zero. This is left over from how our project used to work and should be removed. Unit tests should be updated accordingly.

Success criteria: