Include support for visualizer
This commit is contained in:
parent
b8d8f6b643
commit
bd7b0bd955
2 changed files with 12 additions and 0 deletions
|
|
@ -18,6 +18,12 @@ audio_output {
|
||||||
dsd "yes"
|
dsd "yes"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
audio_output {
|
||||||
|
type "fifo"
|
||||||
|
name "my_fifo"
|
||||||
|
path "/tmp/mpd.fifo"
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
enabled "no"
|
enabled "no"
|
||||||
plugin "tidal"
|
plugin "tidal"
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,12 @@ connected_message_on_startup = no
|
||||||
|
|
||||||
display_bitrate = yes
|
display_bitrate = yes
|
||||||
|
|
||||||
|
visualizer_data_source = "/tmp/mpd.fifo"
|
||||||
|
visualizer_output_name = "my_fifo"
|
||||||
|
visualizer_in_stereo = "yes"
|
||||||
|
visualizer_type = "spectrum"
|
||||||
|
visualizer_look = "+|"
|
||||||
|
|
||||||
############## Theme ###################
|
############## Theme ###################
|
||||||
|
|
||||||
user_interface = classic
|
user_interface = classic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue