From e4d463e746f0c15e83da79075d42c23e09bc9ca2 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 17 Oct 2025 06:44:29 -0400 Subject: [PATCH] Update recording_with_microphone.rst for iOS audio settings (#11380) * Update recording_with_microphone.rst for iOS audio settings Added information about setting the correct 'Session Category' for audio input on iOS and iPadOS. Co-authored-by: Hugo Locurcio --------- Co-authored-by: Hugo Locurcio --- tutorials/audio/recording_with_microphone.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/audio/recording_with_microphone.rst b/tutorials/audio/recording_with_microphone.rst index 012e64b11..4e04142f8 100644 --- a/tutorials/audio/recording_with_microphone.rst +++ b/tutorials/audio/recording_with_microphone.rst @@ -14,6 +14,8 @@ support for this tutorial: You will need to enable audio input in the :ref:`Audio > Driver > Enable Input` project setting, or you'll just get empty audio files. +On iOS and iPadOS, it is also important to set the advanced **Audio > General > iOS > Session Category** setting to include **Record** or **Play and Record**. + The structure of the demo -------------------------