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

Deal with underrun on startup causing delay #132

Open MarkAHarley opened 1 year ago

MarkAHarley commented 1 year ago

On most runs an underrun occurs at the start of the program which causes a short but constant delay. We will need to investigate a way to fix this.

Currently I have tested limited the queue size to as little as 30 objects, but this did not resolve the issue.

MarkAHarley commented 1 year ago

Nvm fixed it.