diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-01 02:50:56 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-01 02:50:56 +0200 |
commit | a86e956b2eb8c384a70f2da2d77e83a9e8bd7787 (patch) | |
tree | 1f0c104b247382206b3ed6e411b9b6d2e0c84f58 /.config/mpd/mpd.conf | |
parent | switched to picom (diff) | |
download | dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.tar.gz dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.tar.bz2 dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.tar.xz dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.tar.zst dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.zip |
udpates, added config for cava
Diffstat (limited to '')
-rw-r--r-- | .config/mpd/mpd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index a4d0d28..d3255db 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -225,6 +225,13 @@ audio_output { #mixer_device "/dev/mixer" # optional #mixer_control "vol" # optional } + +audio_output { + type "fifo" + name "my_fifo" + path "/tmp/mpd.fifo" + format "44100:16:2" +} # # An example of a shout output (for streaming to Icecast): # |