Playing without resampling: Difference between revisions

From Strawberry Music Player Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
You can check the sample rate and bit depth played with the following command:
You can check the sample rate and bit depth played with the following command:


     tail -f /proc/asound/card0/pcm0p/sub0/hw_params
     cat /proc/asound/card0/pcm0p/sub0/hw_params

Latest revision as of 12:37, 9 June 2024

For "bit perfect" playback, make sure the audio normalization (replay gain and EBUR128), equalizer and bs2b is disabled.

You can check the sample rate and bit depth played with the following command:

   cat /proc/asound/card0/pcm0p/sub0/hw_params