farshield

Results 7 comments of farshield

I experienced the same issue when using the `zita-ajbridge` tools intead of the `zalsa` plugins. In this case, only the process 'zita-a2j' or 'zita-j2a' crashes, without crashing the entire Jack...

I did some preliminary tests and it seems to work well with `zita-a2j`: ```sh zita-a2j -v -j bluealsa -d bluealsa:HWCOMPAT=silence -c 2 -r 44100 -p 4096 -n 3 ``` Silent...

I've also been in contact with the author of `zita-ajbridge` (Linux Audio projects at Kokkini Zita). He has the following to say about this issue: The only information zita-ajbridge has...

First of all, thanks for explaining in detail how the Bluetooth audio works and for all the tests you did. > I've just tested an intel PCH sound card as...

> I tried bluealsa with zita-a2j, and again with a jackd period of 128 I get very good sound @borine You are right and I also managed to getting it...

@borine I found a way to listen to the Blueala dbus property `running` to start/stop the `zita-a2j` process automatically only when the A2DP transport is active, so I haven't been...

Pull request is up: https://github.com/jackaudio/jack-example-tools/pull/95