diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-06-27 20:53:40 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-06-27 20:53:40 +0000 |
commit | 0e653a5623e1464ee8ce21ca459b3353417847b2 (patch) | |
tree | 16d18f0d1e2198a53793f08a075c6948251ed2f3 /tests | |
parent | 11f77f27f9fda6e45afab8b9e4e3a6d9be4b90e0 (diff) |
implemented ring bufferRELEASE-0_2_1-UNKNRELEASE-0_2_1-SEDIMASTER
Original commit message from CVS:
implemented ring buffer
Diffstat (limited to 'tests')
-rw-r--r-- | tests/old/examples/cutter/cutter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/old/examples/cutter/cutter.c b/tests/old/examples/cutter/cutter.c index 5954eeefc..eeec85df1 100644 --- a/tests/old/examples/cutter/cutter.c +++ b/tests/old/examples/cutter/cutter.c @@ -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 */ |