This page looks best with JavaScript enabled

Linux Mint Hi-Res Audio Playback

 ·  ☕ 1 min read

What is hi-res audio?

Hi-res audio is high quality audio. It is usually above 44.1 kHz, 16-bit, 2 channels.

Setting up pipewire

Edit /etc/pipewire/pipewire.conf and add the following:

1
2
3
context.properties = {
    default.clock.allowed-rates =  [ 44100, 48000, 88200, 96000, 192000, 352800, 384000, 576000, 1152000 ] 
}

Restart pipewire:

1
systemctl --user restart pipewire.service pipewire-pulse.socket

Start playback with your favourite player and execute pw-top to make sure it’s working:

1
pw-top

On the output list, you should see the name of the player and the sample rate and channels should be the same as the ones you set in the pipewire.conf file.

Share on
Support the author with

vitor
WRITTEN BY
vitor