From 942f38b47a62fff1a22dac94bbd87aeee0fe4045 Mon Sep 17 00:00:00 2001 From: Glauber Ferreira Date: Tue, 13 Feb 2024 17:42:08 -0300 Subject: [PATCH] habilita null sink --- mpd.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mpd.conf b/mpd.conf index a592f84..48c6ce8 100644 --- a/mpd.conf +++ b/mpd.conf @@ -298,17 +298,17 @@ input { # ## An example of a null output (for no audio output): # -#audio_output { -# type "null" -# name "My Null Output" +audio_output { + type "null" + name "My Null Output" # mixer_type "none" # optional -#} +} # # This setting will change all decoded audio to be converted to the specified # format before being passed to the audio outputs. By default, this setting is # disabled. # -#audio_output_format "44100:16:2" +audio_output_format "44100:16:2" # # If MPD has been compiled with libsamplerate support, this setting specifies # the sample rate converter to use. Possible values can be found in the