sfrecord~ error: can't open file for async access, err 32

juliukas@one.lt's icon

Hello,
I am trying simply record the sound from a microphone. The first time it works, but second time it couldn't record..it seems it can't open the same file and error occur:
"sfrecord~ error: can't open file for async access, err 32"
I've tryied to use different file formats, but the same problem occur.
Please let me know what the problem it might be?

Thank you!
Julijonas

Trum's icon

Not sure about this problem, I found that sfrecord~ is a little bit on the quirky side. I always use a combination of buffer~ and record~. That way if you want to record more, you could just turn on append, and it would make a second recorded section, then if you want to get it out, just put a write command to the buffer.

Hope this helps
T