Add codec setting for Sendspin over Cast (#2790)
authorMaxim Raznatovski <nda.mr43@gmail.com>
Thu, 11 Dec 2025 16:04:24 +0000 (17:04 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 16:04:24 +0000 (17:04 +0100)
commitf4f76019f6d2499ab0271055b7aa67892699423b
tree8bdc221b94ea56cd7609e3c0a34e592df090885d
parentba7a6badb508e83a826fa58cc03f25f07521ec58
Add codec setting for Sendspin over Cast (#2790)

Add a option to select between flac, pcm, and opus.

Flac works from my limited testing on 3 devices, so I set it as the default now.

Opus doesn't work natively, using that option tries to decode it in software. But from my testing this is too CPU intensive for a Google Home mini.
music_assistant/providers/chromecast/constants.py
music_assistant/providers/chromecast/player.py