Arkadiusz Bokowy

Results 200 comments of Arkadiusz Bokowy

> Change the control type to switch instead of enum; Yes, I've been experimenting with that, but rendered controls are rather misleading (like you've said). The "mute" checkbox is OK,...

Indeed it looks promising. Anyway, I'm not sure where the index is used in hardware mixers. Is it used for such cases? Also, when looking at that I've got somehow...

I will review it in the next week (I've got no access to the PC for whole this week). However, I think that the solution should mitigate underclocking (e.g. duplicate...

> An alternative solution, rather than dropping samples or inserting > duplicates, is to resample "on the fly" using a variable output sample rate > calculated to keep the delay...

> There is a lot of code here for possibly little benefit, so if you feel it is not worth the maintenance burden then please just close it - that's...

FYI: I've just pulled into the master the commit which adds "list-services" command.

> I was thinking of this more as "troubleshooting" than "debugging". Hmm... if troubleshooting is the rationale for this feature, then OK. I will look at this from a different...

OK, I'll look at that maybe tomorrow (but realistically, during coming weekend).

Yes, I've got a branch with change like that: ```diff - if (a->chip.manufacturer == BT_COMPID_BROADCOM) { + if (a->chip.manufacturer == BT_COMPID_BROADCOM || + a->chip.manufacturer == BT_COMPID_CYPRESS) { ``` But it's...

Please check this wiki page: https://github.com/Arkq/bluez-alsa/wiki/Installation-from-source It's a very comprehensive bluez-alsa installation guide for the most common Linux distributions.