dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 1dbc1c5279b21a9dde499b8b39487f472f48ff86
parent 00500d18f660e4518f52059cb26419127ec10fb3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 17 Dec 2018 14:12:26 +0100

Enable visualization and alsa outputs in mpd

Diffstat:
Mlinks/.mpd/mpd.conf | 26++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/links/.mpd/mpd.conf b/links/.mpd/mpd.conf @@ -206,15 +206,15 @@ input { # # An example of an ALSA output: # -#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 -#} +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: # @@ -341,7 +341,13 @@ input { # buffer_before_play "100%" # } - +# for visualization +audio_output { + type "fifo" + name "my_fifo" + path "/tmp/mpd.fifo" + format "44100:16:2" +} # Normalization automatic volume adjustments ################################## # # This setting specifies the type of ReplayGain to use. This setting can have