thewierdnut / asha_pipewire_sink

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

Mono mixing if only one device is connected #14

Closed thewierdnut closed 4 months ago

thewierdnut commented 5 months ago

Some adapters only handle one ear well, especially if they don't support 2M PHY or DLE. There are also use cases that only require mono sound anyways, so if we only have one device attached, we should mix left and right audio together prior to transmission. (This is what android does)