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'). |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
|
Does it support losless audio? |
Beta Was this translation helpful? Give feedback.
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.