xk / node-sound

The best sound library for Node.

Home Page:http://xk.github.com/node-sound/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test14.js segfaults, always.

xk opened this issue · comments

commented

ExtAudioFile can't/shouldn't be run from more than a thread at the same time. So I'll have to swap ExtAudioFile API for AudioFile API, everywhere. It's only a problem when bufferify()ing (asynchronously) more than a file at the same time.

commented

Closed, fixed in 9ae31f7