thewierdnut / asha_pipewire_sink

Asha audio protocol implementation for linux.
The Unlicense
28 stars 3 forks source link

Not stable when connecting hearing devices after running asha_pipewire_sink #12

Open thewierdnut opened 2 months ago

thewierdnut commented 2 months ago

If I connect bluetooth to my hearing-aids prior to running asha_pipewire_sink, they both come up perfectly every time.

However, if I start asha_pipewire_sink prior to attaching my hearing aids, it doesn't always successfully attach to both of them. Specifically, if I attach left, then right, its fine, but if I attach right, then left, the left device immediately disconnects from bluetooth.

thewierdnut commented 2 months ago

This is mitigated slightly with the implementation of #15, as it will reconnect devices if they get dropped, but it still takes several tries.