farshield
farshield
No sound when using `zalsa_in` plugin with a Loopback ALSA card. Steps to reproduce: ```bash /usr/bin/jackd -dalsa -dhw:PCH -r48000 -p256 -n2 -i2 -o2 sudo modprobe snd-aloop pcm_substreams=2 jack_load zalsa_in -i...
When the user doesn't explicitly specify the resampling quality using the `-Q` flag, the quality should be calculated based on Jack's server sampling rate. This isn't the case, because the...
There's a bug in the default resampling quality selection. This happens when the user does not specify the quality explicitly using the command-line flag `-Q`: ```sh jack_load usb_in zalsa_in -i...
### Feature description As far as I understand, starting `bluealsad` with the "keep-alive" option like this ... ```sh bluealsad -S --keep-alive=-1 -p a2dp-sink ``` ... only keeps the Bluetooth transport...