more mpd stuff

This commit is contained in:
NaiJi ✨ 2024-02-12 00:01:25 +04:00
parent 69ad31d0f3
commit 160f256dad
1 changed files with 2 additions and 0 deletions

View File

@ -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"
} }