High Quality Audio to play sound from Tidal

Hi
I have a hi-fi plus Tidal service and want to have the posibility to hear the best audio, at least have enable the posibility.
Im using Strawberry app to receive Tidal. But, i see i just get 16bit 44100 and i know that that song have to be 24bit.
There is something i can change in the operative system to enable this feature?
(strawberry is config at the best quality)
Thanks.

I you are using Pulseadio, then you need to change /etc/pulse/daemon.conf:

default-sample-format = s24le
default-sample-rate = 96000
alternate-sample-rate = 48000
default-sample-channels = 2
default-channel-map = front-left,front-right
1 Like

Oh, That works!!! Thanks!
Can you explain why s24le and not float32le i see some configs now that use that instead.
Thanks!

You can also use float32le.

You can check if that sample format is used by running the command pacmd list-sinks.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.