add mpd.conf
This commit is contained in:
parent
141a0ba18e
commit
660a560051
1 changed files with 10 additions and 0 deletions
10
mpd.conf
Normal file
10
mpd.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
audio_output {
|
||||
type "httpd"
|
||||
encoder "vorbis"
|
||||
name "radiomolestia"
|
||||
port "8080"
|
||||
#quality "5.0" # do not define if bitrate is defined
|
||||
bitrate "128" # do not define if quality is defined
|
||||
format "44100:16:1"
|
||||
}
|
||||
|
Loading…
Reference in a new issue