habilita null sink
All checks were successful
Build and Push Image / Build and push image (push) Successful in 5m0s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 5m0s
This commit is contained in:
parent
e42971daf4
commit
942f38b47a
10
mpd.conf
10
mpd.conf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user