1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 08:30:06 +02:00

Rob Sykes says delete this line.

This commit is contained in:
v.audacity 2012-12-01 01:05:29 +00:00
parent 5835d08000
commit 107cb7d3b4

View File

@ -105,7 +105,6 @@
int outBufferLen)
{
size_t idone , odone;
soxr_set_oi_ratio((soxr_t)mHandle, factor);
soxr_process((soxr_t)mHandle,
inBuffer , (size_t)(lastFlag? ~inBufferLen : inBufferLen), &idone,
outBuffer, (size_t) outBufferLen, &odone);