Update of /cvsroot/alsa/alsa-lib/src/pcm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6250

Modified Files:
        pcm.c 
Log Message:
Changed specification for silence_size

Index: pcm.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm.c,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- pcm.c       3 Mar 2004 12:54:01 -0000       1.275
+++ pcm.c       5 Mar 2004 08:14:05 -0000       1.276
@@ -5390,9 +5390,9 @@
  * #snd_pcm_sw_params_set_silence_threshold)
  *
  * The special case is when silence size value is equal or greater than
- * boundary. The whole ring buffer is filled with silence at start.
- * Later, only just processed area is filled with silence.
- * Note: silence_threshold must be set to zero.
+ * boundary. The unused portion of the ring buffer (initial written samples
+ * are untouched) is filled with silence at start. Later, only just processed
+ * sample area is filled with silence. Note: silence_threshold must be set to zero.
  */
 #ifndef DOXYGEN
 int snd_pcm_sw_params_set_silence_size(snd_pcm_t *pcm ATTRIBUTE_UNUSED, 
snd_pcm_sw_params_t *params, snd_pcm_uframes_t val)



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to