Bitrate for Native Streaming? #58
|
It looks like with Spotifyd that bitrate is configurable - if we're using native streaming, what bitrate is it using for the stream? Is it configurable (or just 'auto / probably lower than you would want :-D'). |
Answered by
LargeModGames
Jan 19, 2026
Replies: 2 comments 1 reply
|
The native streaming implementation uses librespot, which supports 96, 160, or 320 kbps. By default, it is configured to use 320 kbps. |
0 replies
Answer selected by
LargeModGames
|
Does it support losless audio? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The native streaming implementation uses librespot, which supports 96, 160, or 320 kbps. By default, it is configured to use 320 kbps.
You can configure it in your ~/.config/spotatui/client.yml file by adding or modifying the streaming_bitrate field.