habilita null sink
All checks were successful
Build and Push Image / Build and push image (push) Successful in 5m0s

This commit is contained in:
alphard 2024-02-13 17:42:08 -03:00
parent e42971daf4
commit 942f38b47a

View File

@ -298,17 +298,17 @@ input {
# #
## An example of a null output (for no audio output): ## An example of a null output (for no audio output):
# #
#audio_output { audio_output {
# type "null" type "null"
# name "My Null Output" name "My Null Output"
# mixer_type "none" # optional # mixer_type "none" # optional
#} }
# #
# This setting will change all decoded audio to be converted to the specified # 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 # format before being passed to the audio outputs. By default, this setting is
# disabled. # disabled.
# #
#audio_output_format "44100:16:2" audio_output_format "44100:16:2"
# #
# If MPD has been compiled with libsamplerate support, this setting specifies # If MPD has been compiled with libsamplerate support, this setting specifies
# the sample rate converter to use. Possible values can be found in the # the sample rate converter to use. Possible values can be found in the