]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fixed desired buffer length for pulseaudio 513/head
authorhabbbe <habbbe@gmail.com>
Tue, 25 Apr 2017 12:47:52 +0000 (14:47 +0200)
committerhabbbe <habbbe@gmail.com>
Tue, 25 Apr 2017 12:47:52 +0000 (14:47 +0200)
audio_pulse.c

index 3f9d81e54341c82a013b187af5c60370644a9c7a..f6fe7adf1163d292ab1b5c94742055b186de7459 100644 (file)
@@ -60,7 +60,7 @@ static int init(int argc, char **argv) {
 
   pulse_options.service_name = config.service_name;
 
-  config.audio_backend_buffer_desired_length = 44100; // one second.
+  config.audio_backend_buffer_desired_length = 1; // one second.
   config.audio_backend_latency_offset = 0;
 
   optind = 1; // optind=0 is equivalent to optind=1 plus special behaviour