changelog

This commit is contained in:
George Hahn 2023-01-03 22:28:36 -07:00
parent 512c799266
commit c2c31247b5

View file

@ -56,6 +56,7 @@ https://github.com/librespot-org/librespot
now follows the setting in the Connect client that controls it. (breaking) now follows the setting in the Connect client that controls it. (breaking)
- [metadata] Most metadata is now retrieved with the `spclient` (breaking) - [metadata] Most metadata is now retrieved with the `spclient` (breaking)
- [metadata] Playlists are moved to the `playlist4_external` protobuf (breaking) - [metadata] Playlists are moved to the `playlist4_external` protobuf (breaking)
- [metadata] Handle playlists that are sent with microsecond-based timestamps
- [playback] The audio decoder has been switched from `lewton` to `Symphonia`. - [playback] The audio decoder has been switched from `lewton` to `Symphonia`.
This improves the Vorbis sound quality, adds support for MP3 as well as for This improves the Vorbis sound quality, adds support for MP3 as well as for
FLAC in the future. (breaking) FLAC in the future. (breaking)