Henrik Enquist
Henrik Enquist
Yes it would be possible, but in a way it already exists. You can use a high or lowshelf filter with a low Q value. The only difference would be...
Something like this? Showing -10, -5, 0, 5 and 10 dB of tilt. It's implemented as two shelving filters. Using a single one as I suggested first makes the tilt...
I was planning on keeping the neon feature flag to support the upcoming neon support of RustFFT. But don't think I'll do it that way. Instead I'll just enable the...
I'll rephrase the log messages to make it clears they are only meant as suggestions for how the config could be improved.
This should definitely be added yes. But the reason I haven't spent time on it yet is that in practice there aren't very many cases where it's actually useful. On...
> No, USB input. The USB Gadget driver that creates the alsa device does support rate changes from kernel 5.18. Ah yes of course. I haven't had time to play...
My thought on this: 1. This will be nearly impossible to make general enough to work well. There are several problems to solve. The first is that there often is...
Those controls on the loopback are very interesting! I'll start experimenting a bit with pyalsaaudio, like here: https://github.com/larsimmisch/pyalsaaudio/blob/main/mixertest.py I think a separate python script is the right place to at...
I have started prototyping a little in python: https://github.com/HEnquist/camilladsp-controller/blob/main/pyalsa_class.py It's only for the loopback for now. I had to switch to the official Alsa python binding `pyalsa` since `pyalsaaudio` is...
Sorry I won't be able to take a look right now. We are moving to a new apartment. I should have more time soon!