Henrik Enquist
Henrik Enquist
The FFT resampler gives similar quality as the best the async resampler can do. Both give artifacts far below the audible range. The async resampler is good if you need...
I thought I had written something about this, and I have, but not here where people can find it. Instead it's in the readme for my dsp: https://github.com/HEnquist/camilladsp/blob/master/README.md#resampling I'll copy...
The solution with build.rs was created to allow different msrv for different features and architectures. This isn't needed right now, but will be again once this get completed for example:...
Yes this should allow the playback device to start even if no chunk has been received yet. In the wasapi and coreaudio backends the playback device just plays silence when...
You can use tokens in the file names for the fir coefficients, see the readme here: https://github.com/HEnquist/camilladsp?tab=readme-ov-file#fir So in your example, giving the filename as "/path/to/filter_$samplerate$.txt" will work. CamillaDSP itself...
Are you using pulseaudio or pipewire? I will try to take a look but may take some time before I get to it. You can also try asking in this...
It's can install either Pulse or Pipewire, there is no way to have both. But it's a bit confusing since Pipewire implements the PulseAudio api for backward compatibility. Applications and...
Unfortunately I have no idea what might cause this. I don't know much about jack since I never use it, and I have very limited time I could spend on...
Thanks autocorrect, it should be "cpal", not "goal". The warning message comes from my code. It measures the rate of the samples it receives from cpal. Cpal is an abstraction...
Closing since this is either a cpal or jack issue.