Frando / rust-faust

Easily use FAUST DSPs in Rust
Apache License 2.0
52 stars 11 forks source link

Use T in Soundfile definition. #2

Open sletz opened 3 years ago

sletz commented 3 years ago

As done recently in https://github.com/grame-cncm/faust/commit/ef4ddf8cdaecdb5da66bac99b6aed6b964e56ef3

sletz commented 3 years ago

And possibly having a T templated code everywhere needed is the way to go, since the code can be compiled with-double (which means T= F64 at Rust level)

magnetophon commented 1 year ago

Any news on this?