diff options
Diffstat (limited to '.config/mpd')
-rw-r--r-- | .config/mpd/hmbx-pipewire.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/mpd/hmbx-pipewire.conf b/.config/mpd/hmbx-pipewire.conf index 0bdf5cf..58ddd7e 100644 --- a/.config/mpd/hmbx-pipewire.conf +++ b/.config/mpd/hmbx-pipewire.conf @@ -30,3 +30,16 @@ audio_output { path "~/.local/share/mpd/fifo" format "44100:16:2" } + +audio_output { + always_on "yes" + bitrate "max" + encoder "opus" + format "48000:16:2" + name "dave's radio" + opustags "yes" + port "8023" + signal "music" + tags "yes" + type "httpd" +} |