Henrik Enquist
Henrik Enquist
This is probably the same issue I fixed a while ago, in the next30 branch that will become v3.0 soon-ish. Could you try it?
This is much better! The new error means that the device doesn't support the selected sample format. Either try to find one that works, or just set it to null...
Sure why not. A noise gate can reuse a lot of the building blocks from the compressor so it should be relatively quick to implement.
see https://github.com/HEnquist/camilladsp/pull/349/files
ThIs would be quite convenient. Many of the algorithms (most of them IIRC) modify the input while performing the transform. So this new method would need to copy the input...
Yes, but I would use a single scratch buffer and split it with split_at_mut(): https://doc.rust-lang.org/std/primitive.slice.html#method.split_at_mut
The loopback active control going to false and back to true indicates that the other end of the loopback closed and reopened. What is playing into the loopback? Is it...
Might be that this thing should come back: https://github.com/HEnquist/camilladsp/commit/70ef1ca1e1151fcddfa34d7f410a219c9b23c687#comments
Can you try this one? https://github.com/HEnquist/camilladsp/pull/370
> Roon opens Loopback playback with 4800/9600 (period/buffer). I was thinking that it would be interesting to use the new period setting to try to capture from the loopback with...