Henrik Enquist

Results 306 comments of Henrik Enquist

Thanks! I forgot to change the limit in the check, will do!

Fixed in https://github.com/HEnquist/camilladsp/commit/ca25bdaaadf6f9e95425101edec622c4206e05ad

This seems like a good idea, and I agree it should wait until the next major version bump. Let's keeps this issue open until then as a reminder.

Good catch! The bytes_per_frame get determined when initializing the AudioClient, so it could be stored then and later forwarded to the AudioCaptureClient. I think this should be safe. The only...

I have been considering something like this and I think it's a good idea. I just didn't find the time to do anything yet. It would be really great if...

`audio` is definitely interesting. That branch also has some very useful refactoring to reduce the duplication in the asynchronous resamplers. The new polynomial types would benefit from the same treatment....

It would be really nice if the gadget number of channels and format were exposed in controls too, since that would allow us to stop as soon as a change...

> IMO once the device is opened with some hw_params, the params cannot be changed within that session. So any change of any of the params would be preceded with...

It would be no problem to make the FFT resamplers optional. The fast ones don't use the FFT and are pretty small, so omitting the FFT should reduce binary size...