Comment 28 for bug 732572

Revision history for this message
In , Chris Coulson (chrisccoulson) wrote :

Hmmm, I just realized that the pa_simple_* API is a blocking API, which is not ideal from the main thread (and it does block for the duration of the audio sample). I shall rework this to use the async pa_stream_* API directly instead, and handle the callbacks ourselves.