Frando / rust-faust

Easily use FAUST DSPs in Rust
Apache License 2.0
56 stars 12 forks source link

faust-build: don't time out #24

Closed magnetophon closed 7 months ago

magnetophon commented 7 months ago

For bigger DSPs, like https://github.com/magnetophon/lamb-rs, this is needed to make it not time out while compiling.

Related: https://github.com/Frando/rust-faust/issues/23

magnetophon commented 7 months ago

Thank you!