mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 11:42:17 +01:00
upgrade to var-rate resampling for libsoxr
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
float *outBuffer,
|
||||
int outBufferLen)
|
||||
{
|
||||
//vvvvv Not defined: soxr_set_io_ratio((soxr_t)mHandle, 1/factor, 0);
|
||||
soxr_set_io_ratio((soxr_t)mHandle, 1/factor, 0);
|
||||
|
||||
size_t idone , odone;
|
||||
inBufferLen = lastFlag? ~inBufferLen : inBufferLen;
|
||||
|
||||
Reference in New Issue
Block a user