Enable mute during sample rate changes

Volumio 3.785.

How to add Latency and mute during sample rate changes?

I tried to add this lines to the audio_output section in the mpd.conf file:
buffer_time “500000” # Increase buffer time to reduce glitches (in microseconds)
period_time “0” # Set to 0 for automatic period time
mute_during_change “yes” # Enable mute during sample rate changes

But after every reboot the lines disappear from mpd.conf.

How can I set this permanently?

Thanks in advance.

If I recalll correctly you need to modify:
/volumio/app/plugins/music_service/mpd/mpd.conf.tmpl

It will not survive an OTA.

Thanks Wheaten,

Done, it works…