implemented ring buffer

Original commit message from CVS:
implemented ring buffer
This commit is contained in:
Thomas Vander Stichele 2001-06-27 20:53:40 +00:00
parent 11f77f27f9
commit 0e653a5623
2 changed files with 2 additions and 0 deletions

View file

@ -119,6 +119,7 @@ int main (int argc, char *argv[])
g_object_set (G_OBJECT (cutter),
"threshold_dB", -40.0,
"runlength", 0.5,
"prelength", 1.0,
NULL);
/* create an audio src */

View file

@ -119,6 +119,7 @@ int main (int argc, char *argv[])
g_object_set (G_OBJECT (cutter),
"threshold_dB", -40.0,
"runlength", 0.5,
"prelength", 1.0,
NULL);
/* create an audio src */