mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02:00
Rob Sykes says delete this line.
This commit is contained in:
parent
5835d08000
commit
107cb7d3b4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user