mpd: use openal instead of pulse because it's broken now for some reason

master
an 2019-08-06 14:27:43 -04:00
parent 9045e3cd17
commit 3492bb74b9
1 changed files with 18 additions and 18 deletions

View File

@ -10,32 +10,32 @@ state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql" sticker_file "~/.config/mpd/sticker.sql"
audio_output { audio_output {
type "pulse" type "openal"
name "Pulse Output" name "Monitor Output"
} }
audio_output { audio_output {
type "fifo" type "fifo"
name "mpdfifo" name "mpdfifo"
format "44100:16:2" format "44100:16:2"
path "~/.config/mpd/fifo" path "~/.config/mpd/fifo"
} }
audio_output { audio_output {
type "shout" type "shout"
name "Heaven Is In Space" name "Heaven Is In Space"
always_on "yes" always_on "yes"
encoder "vorbis" encoder "vorbis"
format "44100:16:2" format "44100:16:2"
quality "4.0" quality "4.0"
host "127.0.0.1" host "127.0.0.1"
mount "/stream.ogg" mount "/stream.ogg"
password "password removed" password "password removed"
port "8000" port "8000"
protocol "icecast2" protocol "icecast2"
public "yes" public "yes"
} }