Add 24 and 32-bit audio support for Sendspin (#2977)
authorMaxim Raznatovski <nda.mr43@gmail.com>
Tue, 20 Jan 2026 18:01:06 +0000 (19:01 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Jan 2026 18:01:06 +0000 (19:01 +0100)
commitfcba22d31987ed2fd6453c2719b1b8ad02a89fcb
tree24ce41ae9350710be09eac89754225d3a22f89e5
parent16c7fd970063a85d5f2c88a7ab6c142e6d9be739
Add 24 and 32-bit audio support for Sendspin (#2977)

* feat: add 32-bit audio and mono output support for sendspin

* refactor: remove mono output conversion for per-player streams

The mono rendering with aiosendspin upmixing added complexity
without clear benefit. Reverting to direct output format usage.
music_assistant/providers/sendspin/player.py
music_assistant/providers/sendspin/timed_client_stream.py