]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix RTSP timeout and add timing checks for interfacing with the ALSA subsystem. Add...
authorMike Brady <mikebrady@eircom.net>
Sat, 8 Dec 2018 14:37:36 +0000 (14:37 +0000)
committerMike Brady <mikebrady@eircom.net>
Sat, 8 Dec 2018 14:37:36 +0000 (14:37 +0000)
scripts/shairport-sync.conf

index 97431d79d6171092eb3a0572b1216269dedfff94..689f55ea07908f7c6c429d9a7028d6d204932d06 100644 (file)
@@ -74,6 +74,8 @@ alsa =
 //     buffer_size = <number>; // Use this optional advanced setting to set the alsa buffer size near to this value
 //     use_mmap_if_available = "yes"; // Use this optional advanced setting to control whether MMAP-based output is used to communicate  with the DAC. Default is "yes"
 //     use_hardware_mute_if_available = "no"; // Use this optional advanced setting to control whether the hardware in the DAC is used for muting. Default is "no", for compatibility with other audio players.
+//     maximum_interface_response_time = 0.001; // Use this optional advanced setting to control how long a response should be waited for on the interface between Shairport Sync and the ALSA subsystem.
+//     maximum_write_time = 0.015; // Use this optional advanced setting to control how long it should take to write audio data to the ALSA subsystem.
 };
 
 // Parameters for the "sndio" audio back end. All are optional.