Henrik Enquist
Henrik Enquist
Great, thanks! Then I'll include this in the next release.
This is included in the v0.16.0 release.
That looks a bit messy. Unfortunately I'm having a bit of a challenge with supporting and maintaining all backends. Jack is the most problematic since I really don't know it...
> I was looking at Jack to see if it exhibited the same issue as [#346](https://github.com/HEnquist/camilladsp/issues/346). > I _think_ that issue is cause by a small mistake when merging different...
To me that feels more like something that belongs in separate library. How about https://crates.io/crates/ruststft ? It uses RustFFT for the FFT work.
Nice! To speed it up you should create a single planner and reuse that for every FFT call. The way it works now, where it creates a new planner every...
I don't see how the planner gets reused between FFT calls, here is looks like it creates a new one on each call: https://github.com/phudtran/rustft/blob/7bdcf44d191302f022c1a7553a7180d90e12af54/benchmarks/src/lib.rs#L49 You should have a single planner...
I guess you refer to https://github.com/HEnquist/camilladsp/issues/33 ? I think that the current compressor should be able to do this (but have not tried). If you add a mixer to create...
Closing since there isn't really anything to be done here for now.
See https://github.com/HEnquist/camilladsp/commit/ef6a15d7454868d8fb0be974802c031a2f8dc0ff This will be included in version 3.0