thewierdnut / asha_pipewire_sink

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

Need stable pipewire stream name #18

Closed thewierdnut closed 4 months ago

thewierdnut commented 5 months ago

Currently, name used for the stream is the first connected hearing device, which may not be the same as the other connected device. This means saved pipewire parameters can vary depending on which device attaches first.

The pipewire stream should use a name that depends only on the hisync id. If possible, this name should not be visible via the gui, which can use the human-readable alias instead.