Hello mates!
I'm now remaking old iOS application using PureData and have a problem with recording.
I say:
PdBase.send(1, toReceiver: "startaudiorecord")
to start record, and then I have endless recursion with log:
writesf waiting for disk write..
(head 524032, tail 0, room 256, want 256)
... done waiting.
And it locks my UI and basically all my iOS application.
Any advices?
Thanks!