commit 7e32b6b7c66adf5a9764cc519cc87adc66e9ce10
parent cfbca883bd27e76ae1595b663a4aaf10fbc51a30
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Fri,  3 Feb 2017 14:53:54 -0800
add osx output device, increase buffer size
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.mpd/mpd.conf b/.mpd/mpd.conf
@@ -333,6 +333,13 @@ input {
 #samplerate_converter		"Fastest Sinc Interpolator"
 #
 ###############################################################################
+audio_output {
+    type "osx"
+    name "Mac output"
+    mixer_type "software"
+    audio_buffer_size "4096"
+    buffer_before_play "100%"
+}
 
 
 # Normalization automatic volume adjustments ##################################