diff options
author | self <self@sateoki.xyz> | 2022-03-18 22:51:12 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-03-18 22:51:12 +0000 |
commit | c8e976c386567b3a0b97cb096df3d030ea58edba (patch) | |
tree | e228281399ae95bed592a36f662b245f06b7a126 /mpd.conf | |
parent | 0a66fc7cb04308315977dd466c93c332a7a04366 (diff) |
Some updates to ncmpcpp / mpd configs, trying to organise
Diffstat (limited to 'mpd.conf')
-rwxr-xr-x | mpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -226,6 +226,14 @@ audio_output { # mixer_control "PCM" # optional # mixer_index "0" # optional } + +audio_output { + type "fifo" + name "Visualizer feed" + path "/tmp/mpd.fifo" + format "44100:16:2" +} + # # An example of an OSS output: # |