I've found that the following change greatly reduces the number of audio
"drop outs" in the alsa version.  I hope to have an update available
soon, but wanted to pass along this change for those who've compiled
there own binaries.

Index: src/slimaudio/slimaudio_output.c
===================================================================
--- src/slimaudio/slimaudio_output.c    (revision 20)
+++ src/slimaudio/slimaudio_output.c    (working copy)
@@ -208,7 +208,7 @@
outputParameters.device = audio->output_device_id;
outputParameters.channelCount = paDeviceInfo->maxOutputChannels
>=2? 2 : paDeviceInfo->maxOutputChannels;
outputParameters.sampleFormat = paInt16;
-       outputParameters.suggestedLatency =
paDeviceInfo->defaultLowOutputLatency;
+       outputParameters.suggestedLatency =
paDeviceInfo->defaultHighOutputLatency;
outputParameters.hostApiSpecificStreamInfo = NULL;

DEBUGF("paDeviceInfo->maxOutputChannels %i\n",
paDeviceInfo->maxOutputChannels);


-- 
ralphy
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=54640

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to