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"
audio_output {
type "pulse"
name "Pulse Output"
type "openal"
name "Monitor Output"
}
audio_output {
type "fifo"
name "mpdfifo"
type "fifo"
name "mpdfifo"
format "44100:16:2"
format "44100:16:2"
path "~/.config/mpd/fifo"
path "~/.config/mpd/fifo"
}
audio_output {
type "shout"
name "Heaven Is In Space"
always_on "yes"
type "shout"
name "Heaven Is In Space"
always_on "yes"
encoder "vorbis"
format "44100:16:2"
quality "4.0"
encoder "vorbis"
format "44100:16:2"
quality "4.0"
host "127.0.0.1"
mount "/stream.ogg"
password "password removed"
port "8000"
protocol "icecast2"
public "yes"
host "127.0.0.1"
mount "/stream.ogg"
password "password removed"
port "8000"
protocol "icecast2"
public "yes"
}