Add wave output for mpd

This commit is contained in:
davidovski 2023-03-16 11:21:17 +00:00
parent 562d5d4ca0
commit a8944ec46d
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,14 @@ audio_output {
max_clients "0" max_clients "0"
} }
audio_output {
type "httpd"
name "HQ HTTP Stream"
encoder "wave" # optional, vorbis or lame
port "6681"
max_clients "0"
}
audio_output { audio_output {
type "pulse" type "pulse"
name "mpd" name "mpd"