Closed plule closed 2 years ago
Wrap the DSP in a Box<>. Without this, any kind of temporal effect (echo, ...) will very quickly create a stack overflow
Don't know too much about Box, but seems to make sense. Thanks :)
@Jikstra It's actually how it's done in Faust's architecture files https://github.com/grame-cncm/faust/blob/master-dev/architecture/jack.rs#L111 :)
Wrap the DSP in a Box<>. Without this, any kind of temporal effect (echo, ...) will very quickly create a stack overflow