jniemann66 / ReSampler

High quality command-line audio sample rate converter
GNU Lesser General Public License v2.1
160 stars 26 forks source link

invalid free in singleStage for android #12

Closed mgood7123 closed 5 years ago

mgood7123 commented 5 years ago
srconvert.h:266
Converter<float>::initSinglestage() A/libc: Invalid address 0x7df8ce8000 passed to free: value not allocated
jniemann66 commented 5 years ago

This is probably the same bug as the multistage bug (#13), which should have been resolved I tested it on Windows with 32-bit, No SSE (for scalar operation) with --singleStage and it worked ok.

Let me know how you go with it ...

mgood7123 commented 5 years ago

ok, ill let you know if it works when I finish cloning my fork in Android Studio