Question

I am using libSox, the audio processing library in a multi-threaded application. Several threads may call the libsox functions simultaneously. I was wondering if libsox was thread-safe since I am getting this random crash.

Was it helpful?

Solution

No it is not completely threadsafe.
This commit here tells so.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top