From e3e16b7b2ba6e9389320f9ee7bc87f288aac1a7c Mon Sep 17 00:00:00 2001 From: Meutel Date: Thu, 28 Apr 2016 17:56:16 +0200 Subject: [PATCH] mpd: update configuration --- _mpdconf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_mpdconf b/_mpdconf index c6318e9..9a39c51 100644 --- a/_mpdconf +++ b/_mpdconf @@ -202,26 +202,26 @@ input { # # An example of an ALSA output: # -audio_output { - type "alsa" - name "My ALSA Device" +#audio_output { +# type "alsa" +# name "My ALSA Device" # device "hw:0,0" # optional # mixer_type "hardware" # optional # mixer_device "default" # optional # mixer_control "PCM" # optional # mixer_index "0" # optional -} +#} # # An example of an OSS output: # -#audio_output { -# type "oss" -# name "My OSS Device" +audio_output { + type "oss" + name "My OSS Device" # device "/dev/dsp" # optional # mixer_type "hardware" # optional # mixer_device "/dev/mixer" # optional # mixer_control "PCM" # optional -#} +} # # An example of a shout output (for streaming to Icecast): # @@ -275,8 +275,8 @@ audio_output { # An example of a pulseaudio output (streaming to a remote pulseaudio server) # #audio_output { -# type "pulse" -# name "My Pulse Output" + #type "pulse" + #name "My Pulse Output" # server "remote_server" # optional # sink "remote_server_sink" # optional #}