more mpd stuff
This commit is contained in:
parent
69ad31d0f3
commit
160f256dad
|
@ -33,6 +33,7 @@ playlist_plugin {
|
||||||
audio_output {
|
audio_output {
|
||||||
type "pipewire"
|
type "pipewire"
|
||||||
name "PipeWire sound Server"
|
name "PipeWire sound Server"
|
||||||
|
buffer_time "100000"
|
||||||
}
|
}
|
||||||
|
|
||||||
audio_output {
|
audio_output {
|
||||||
|
@ -40,5 +41,6 @@ audio_output {
|
||||||
name "my_fifo"
|
name "my_fifo"
|
||||||
path "/tmp/mpd.fifo"
|
path "/tmp/mpd.fifo"
|
||||||
format "44100:16:2"
|
format "44100:16:2"
|
||||||
|
buffer_time "100000"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue