You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm switching an app over from SoX to soxr, which I just found so I've only been looking at the API for a couple hours. I'm trying to do a very resampling operation, essential sample #2, but with files rather than stdio. The problem is that as soon as I get to soxr_create(), the program hangs. CPU spikes and the app suddenly eats up like 5+ GB of memory.
Any idea what might cause that?
The text was updated successfully, but these errors were encountered:
I'm switching an app over from SoX to soxr, which I just found so I've only been looking at the API for a couple hours. I'm trying to do a very resampling operation, essential sample #2, but with files rather than stdio. The problem is that as soon as I get to
soxr_create()
, the program hangs. CPU spikes and the app suddenly eats up like 5+ GB of memory.Any idea what might cause that?
The text was updated successfully, but these errors were encountered: