commit | 14efa4465e418b2fbd226a132217b0123190e6bf | [log] [tgz] |
---|---|---|
author | Bill Cox <waywardgeek@gmail.com> | Tue Nov 02 15:43:58 2010 -0400 |
committer | Bill Cox <waywardgeek@gmail.com> | Tue Nov 02 15:43:58 2010 -0400 |
tree | 3b64a3f4909f176dec79b98f451e5e93b14eaece | |
parent | ca02d872cc6cb963d438ceae6d011bd04c658b3c [diff] [blame] |
Working for 2X speedup
diff --git a/sonic.c b/sonic.c index 200599d..95f43ff 100644 --- a/sonic.c +++ b/sonic.c
@@ -180,6 +180,7 @@ return 0; } memcpy(stream->inputBuffer + stream->numInputSamples, samples, numSamples*sizeof(float)); + stream->numInputSamples += numSamples; return 1; }