mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
changes of sorts
This commit is contained in:
parent
c475aefc0f
commit
a4e5fe820e
15 changed files with 87 additions and 35 deletions
|
@ -3,15 +3,15 @@ input {
|
|||
plugin "curl"
|
||||
}
|
||||
|
||||
#audio_output {
|
||||
# type "httpd"
|
||||
# name "My HTTP Stream"
|
||||
# encoder "lame" # optional, vorbis or lame
|
||||
# port "6680"
|
||||
# bitrate "420"
|
||||
# format "44100:16:1"
|
||||
# max_clients "0"
|
||||
#}
|
||||
audio_output {
|
||||
type "httpd"
|
||||
name "My HTTP Stream"
|
||||
encoder "lame" # optional, vorbis or lame
|
||||
port "6680"
|
||||
bitrate "420"
|
||||
format "44100:16:1"
|
||||
max_clients "0"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
|
@ -20,10 +20,10 @@ audio_output {
|
|||
|
||||
audio_output {
|
||||
type "fifo"
|
||||
name "Visualizer feed"
|
||||
path "/tmp/mpd.fifo"
|
||||
format "44100:16:2"
|
||||
}
|
||||
name "Visualizer feed"
|
||||
path "/tmp/mpd.fifo"
|
||||
format "44100:16:2"
|
||||
}
|
||||
|
||||
db_file "~/.config/mpd/database"
|
||||
log_file "syslog"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue