stop

fun stop(inImmediate: Boolean = true)

Stops playing or recording audio.

Parameters

inImmediate

If you pass true, stopping occurs immediately (that is, synchronously). If you pass false, the function returns immediately, but the audio queue does not stop until its queued buffers are played or recorded (that is, the stop occurs asynchronously). Audio queue callbacks are invoked as necessary until the queue actually stops.