camilladsp
camilladsp copied to clipboard
A flexible cross-platform IIR and FIR engine for crossovers, room correction etc.
I've set up a Pi 4 as a USB to HDMI sound card with DSP for a Windows PC (got tired of Windows killing Equalizer APO with reboots/updates), with `g_audio`...
This adds BlueALSA audio source support. BlueALSA ([bluez-alsa](https://github.com/Arkq/bluez-alsa)) is a project to receive or send audio through Bluetooth A2DP. In order to receive audio from it, one has to either...
Hello, When uses with peppymeter in the Alsa path, it plays from few seconds to few minute then Camilla hangs. Tested with v0.6 and 1.0.0 log shows a broken pipe....
Not sure if a GUI or DSP issue, so figured I'd put it here. After the last troubleshooting about setting CamillaDSP to a non graphical target, it had been working...
Thank you for great job! Would it be possible to add "tilt" parametric eq function? Thank you...
Hi, Now that `rubato/neon` is not a flag anymore, may I ask if the `neon` feature flag serves any purpose? If not, should it be removed? BTW, it seems that...
camilladsp says: ` Async resampler not needed since capture device supports rate adjust. Switch to Sync type to save CPU time.` doc says: `When using the rate adjust feature to...
The existing design already subscribes for CoreAudio and WASAPI format changes and triggers STOP and throws `CAPTUREFORMATCHANGE`. Take CoreAudio as example, it has two logics: [Here](https://github.com/HEnquist/camilladsp/blob/ffb3679e7e2d8ec63b62e4c99a333d06a57d58c2/src/coreaudiodevice.rs#L732) it gets the rate...
Hello, I was wondering if with the current camilladsp setup, it would be possible to have the DSP output in sync between multiple raspberry pis? If the clocks between the...
test file: ``` --- devices: samplerate: 96000 chunksize: 1024 enable_resampling: true resampler_type: Synchronous # or AccurateAsync capture_samplerate: 44100 playback: type: File channels: 1 filename: "result.raw" format: S16LE capture: type: File...