camilladsp icon indicating copy to clipboard operation
camilladsp copied to clipboard

A flexible cross-platform IIR and FIR engine for crossovers, room correction etc.

Results 52 camilladsp issues
Sort by recently updated
recently updated
newest added

Currently the Capture/PlaybackFormatChange carries new samplerate integer. The alsa loopback device already does (and the usb gadget will do https://lore.kernel.org/all/CAB0kiBJm=Ya6a1mWRZ28p9=D_BesH55DFk4fd4wP0be4zKPR7w@mail.gmail.com/T/#mc2b68c2e74ed57e2998c1b0f42bfca82e07db181 ) offer a change in channel count and sample format...

IIUC commit https://github.com/HEnquist/camilladsp/commit/442ca856359f3bb763524e6e375fa19988add437 changed standard alsa buffer size from 2 chunks to 4 chunks. IMO the target_level check https://github.com/HEnquist/camilladsp/blob/76aa55dddc237daa0477bfea45df8bfba6e22cc1/src/config.rs#L1662-L1666 should be raised accordingly, so that any value up to buffer...

enhancement

Devices on Windows with more than 8 ch are presented as multiple WDM devices with 8 ch each. In contrast the ASIO driver presents the whole channel count. For these...

Looking at some of the old or existing issues, I note that there's been mention of adding a mechanism other than the Compressor to alleviate subwoofer excursion, back off from...

Add upper and lower limit parameters to AdjustVolume and AdjustFaderVolume commands in web socket interface.

enhancement

Hello, for home cinema sometimes shakers / movers are used to improve the tactile feeling. To use them properly a compressor, some EQ and a noise gate are necessary. Compressor...

enhancement

I was trying to create a pipeline for a pair of AirPods Pro on MacOS using the following simplified config file. The config file works on other output devices. It...

bug
macOS

I've observed audible hiccups that seem to be associated with events from the "PCM Slave Active" Loopback control: The Loopback controls are: root@cardia:~# amixer -c0 controls numid=2,iface=PCM,name='PCM Notify' numid=1,iface=PCM,name='PCM Rate...