|
Hello, I’m thinking of replacing MPD player by the combination of Navidrome and MPV. But MPD has a great feature : It switches automaticaly the sample rate of the soundcard depending of the sample rate of the audio source, to ensure the best audio quality. Is MPV doing that too ? Thanks ! |
Replies: 4 comments 3 replies
|
Hey @Badsheep, mpv usually tries to match the hardware's capabilities or follows your configuration for the audio output. If you want to force or prevent sample rate changes, you might want to look into the or options in your mpv.conf. Also, check if your audio driver (like ALSA, PulseAudio, or CoreAudio) isn't the one doing the automatic switching. Hope that helps! |
|
Hello ! I want to use MPV in Mac OS. Thanks ! |
|
I saw this option in the manual :
That my be what I'm looking for ! I'll try that and let you know. |
|
Hello ! I confirm that it works with the « coreaudio-change-physical-format=<yes|no>« option ! Now it doesn’t work inside Navidrome, which is my final goal, but it must be related to the configuration in Navidrome. |
I saw this option in the manual :
That my be what I'm looking for ! I'll try that and let you know.