AVAudioEngineManualRenderingMode.realtime
An engine that operates under real-time constraints and doesn’t make blocking calls while rendering.
Declaration
case realtimeDiscussion
You can only use the block-based render mechanism in this mode. See manualRenderingBlock.