daft-engineers / vocoder

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

Add getter for sample rate in alsa callbacks #95

Closed MHCooke closed 1 year ago

MHCooke commented 1 year ago

The filter class requires knowledge of the sample rate to work correctly, so this information must be exposed from the alsa_callbacks class.

Success criteria: