dstagger
dstagger
Sincerely appreciate your prompt and super useful response! I just need to let the application which is using the ALSA backend, select from supported sampling rates. So in the example...
Thanks for the explanation. Closing the issue.
How can I see the other codecs e.g. `LDAC:2d010000aa000401`? I can only see the one which shows all sampling frequencies `LDAC:2d010000aa003c07`: ``` $ bluealsa-cli -v info /org/bluealsa/hci0/dev_XXX/a2dpsrc/sink Device: /org/bluez/hci0/dev_XXX Sequence:...
Amazing explanation @borine!! But phew...bitwise operations for selecting codec sampling? :D @arkq a practical enhancement would be allowing all supported sampling rates at the same time, as displayed by the...
> but as an optional one. It should be doable (I think) :) Tell me more, I'm keen to try it! `--enable-sample-rates` :) Lag isn't a problem, it doesn't need...
@arkq should we change this to an enhancement? Wondering if you see this happening in the short or long term?
> I'm trying to make a PoC for that. Maybe I will squeeze it in an upcoming 4.3.0 release (month or two from now). Awesome! Looking forward to it.
@arkq do I need to checkout the [auto-codec](https://github.com/arkq/bluez-alsa/tree/auto-codec) branch and recompile everything to test this? It's giving a 404 though... I also see that you've an issue with the reconfiguration...
@arkq Apologies for my late response. How do I enable the auto rate change in my existing setup? I've currently `v4.2.0-5-g9d73103` installed
Do I need to uninstall 4.2? Or just run the following on the existing installation: ``` git clone https://github.com/arkq/bluez-alsa.git cd bluez-alsa autoreconf --install --force mkdir build cd build ../configure --enable-ldac...