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.
I am using libSox, the audio processing library in a multi-threaded application. Several threads
Share
No it is not completely threadsafe.
This commit here tells so.