[Sumover-dev] [svn commit] r3824 - rat/trunk

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri Sep 8 19:31:28 BST 2006


Author: piers
Date: Fri Sep  8 19:32:23 2006
New Revision: 3824

Modified:
   rat/trunk/auddev_alsa.h

Log:
Played with RAT_ALSA_BUFFER_DIVISOR - but it doesn't seem to fix probs mentioned in
auddev_alsa.c - Transmit XRUNs.


Modified: rat/trunk/auddev_alsa.h
==============================================================================
--- rat/trunk/auddev_alsa.h	(original)
+++ rat/trunk/auddev_alsa.h	Fri Sep  8 19:32:23 2006
@@ -23,7 +23,7 @@
 
 /* Buffer length, in milliseconds.  This value is used to
  * divide the sample-rate to define the buffer-size. */
-#define RAT_ALSA_BUFFER_DIVISOR 80
+#define RAT_ALSA_BUFFER_DIVISOR 40
 
 // External prototypes
 int  alsa_audio_open       (audio_desc_t ad, audio_format* ifmt, audio_format *ofmt);



More information about the Sumover-dev mailing list