Henrik Enquist
Henrik Enquist
I have added a new section in the documentation here: https://github.com/HEnquist/rubato/pull/86/files Does this help?
I added some more details on choice of chunk size in that documentation PR. > I'm wondering if you could add a section on the inverse of what you have...
The doc updates are now included in the v0.16.0 release.
See #85
This affects a very large number of crates! The latest version of paste works fine so it's not super urgent to replace it, but it will for sure be needed...
Oh, I was thinking much simpler. You can add a method to the trait with a default implementation, like here: https://github.com/ejmahler/RustFFT/blob/801d6a4dbc4f91994f2007b92831b1527428de47/src/lib.rs#L196 So I would add one that splits the scratch,...
It's not obvious what way gives the best performance overall. The simple algorithms like the butterflies would benefit from a separate immutable method. But once you build more complicated FFTs...
> Are you thinking of just something like this? Yes that's exactly what I had in mind! > Perhaps the best path forward is to provide the default trait implementation,...
Thanks! I think this could just as well be added to the existing method instead of adding a second one. That's a breaking change, but a small one that is...
I'm closing this because a slightly different implementation was just merged, see https://github.com/HEnquist/wasapi-rs/pull/46