How to use AirPods studio mic setting
Asked on 06/12/2025
1 search
To use the AirPods studio mic setting, you can take advantage of the new high-quality, high sample rate Bluetooth option available in iOS 26. This feature is designed specifically for content creators and provides a balance between voice and background sounds, similar to a LAV microphone. Here's how you can configure this feature in your app:
-
Audio Session Configuration: First, configure the audio session in your app. You can use the new category option called
Bluetooth High Quality Recording
. If your app already uses theAllow Bluetooth HFP
option, adding the High Quality option will make it the default. -
AVCapture Session: For AVCapture sessions, there's a similar property that, when set to true, enables this high-quality mode without needing to manually set up the audio session.
-
Input Picker Interaction: You can create an instance of
AVInputPickerInteraction
after setting up the audio session. Assign the input picker interaction's delegate as the presenting view controller. This allows users to select and change the device through a UI element like a button. -
AirPods Controls: AirPods also have built-in controls that make it easy to start and stop recording by pressing the stem of the AirPods.
For more detailed information, you can refer to the session Enhance your app’s audio recording capabilities (00:03:06) from WWDC 2025.

Enhance your app’s audio recording capabilities
Learn how to improve your app’s audio recording functionality. Explore the flexibility of audio device selection using the input picker interaction on iOS and iPadOS 26. Discover APIs available for high-quality voice recording using AirPods. We’ll also introduce spatial audio recording and editing capabilities that allow you to isolate speech and ambient background sounds — all using the the AudioToolbox, AVFoundation, and Cinematic frameworks.

Keynote
Don’t miss the exciting reveal of the latest Apple software and technologies.

Enhancing your camera experience with capture controls
Learn how to customize capture controls in your camera experiences. We’ll show you how to take photos with all physical capture controls, including new AirPods support, and how to adjust settings with Camera Control.