-
Notifications
You must be signed in to change notification settings - Fork 741
Description
Discussed in #1578
Originally posted by michaelherger September 10, 2025
https://newsroom.spotify.com/2025-09-10/lossless-listening-arrives-on-spotify-premium-with-a-richer-more-detailed-listening-experience/
(no pressure 😂)
I'm focusing on a few other things now, but depending on how Spotify implemented this it may actually not be difficult.
Clearly removing the bitrate command line limitations won't work, but some years ago (yeah) I already took care to pave the way for FLAC support in the decoder and audio file selection. If the FLACs and its decryption keys are served over the same way as the Ogg Vorbis files, then that could be quick work... any takers?
Originally posted by @roderickvd in #1578 (reply in thread)
It would be nice to have real files to check if there is anything to take into account, like with ogg (header) https://github.com/librespot-org/librespot/blob/dev/playback/src/player.rs#L1050 but yeah, it should be a pretty quick work
Originally posted by @SuisChan in #1578 (reply in thread)