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

Add gain to RMS #124

Closed MarkAHarley closed 1 year ago

MarkAHarley commented 1 year ago

Need to add a gain field to the RMS class, which will allow us to elegantly boost high frequencies and account for sensitivity of different microphones.

The class constructor and unit tests will need to be updated to achieve this.