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

Move timeout to class constructors #88

Closed MHCooke closed 1 year ago

MHCooke commented 1 year ago

Closes #86

I don't think we want to have a project wide constant, since there is no good software engineering way to do that. defines are generally banned and other solutions seem hacky.