Playing without resampling: Difference between revisions

From Strawberry Music Player Wiki
Jump to navigation Jump to search
(Created page with "For "bit perfect" playback, make sure the audio normalization, equalizer and bs2b is disabled. You can check the sample rate and bit depth played with the following command: tail -f /proc/asound/card0/pcm0p/sub0/hw_params")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
For "bit perfect" playback, make sure the audio normalization, equalizer and bs2b is disabled.
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:
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