diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2022-12-29 17:50:24 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2022-12-29 17:50:24 -0500 |
| commit | c0f7ad45ed398163336404757f6dde0b605d1206 (patch) | |
| tree | c9c89f9ff5212ee2d7170b9caf1707cedee8e87b /.config/mpd | |
| parent | deef584f8e7b5f59425375ed03557d1033a1718c (diff) | |
Pipewire stuff
Diffstat (limited to '.config/mpd')
| -rw-r--r-- | .config/mpd/mpd.conf | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index f3aa7bf..b57da9c 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,4 +1,4 @@ -music_directory "~/Music/deemixMusic" +music_directory "~/Music" playlist_directory "~/.config/mpd/playlists" db_file "~/.config/mpd/database" @@ -7,10 +7,15 @@ bind_to_address "localhost" restore_paused "yes" max_output_buffer_size "16384" +#audio_output { +# type "osx" +# name "CoreAudio" +# mixer_type "software" +#} + audio_output { - type "osx" - name "CoreAudio" - mixer_type "software" + type "pipewire" + name "PipeWire Sound Server" } audio_output { |
