mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Add wave output for mpd
This commit is contained in:
parent
562d5d4ca0
commit
a8944ec46d
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue