What new about the phone audio input (APIs and hardware)
Asked on 06/18/2025
1 search
At WWDC 2025, Apple introduced several updates related to audio input capabilities, particularly for iOS 26. Here are the key highlights:
-
Input Device Selection: A new API in AVKit allows apps to display a list of available audio inputs and switch audio sources directly within the app, without needing to navigate to system settings. This feature includes a UI for input selection, live sound level metering, and microphone mode selection (Enhance your app’s audio recording capabilities).
-
AirPods High-Quality Recording: iOS 26 introduces a high-quality, high sample rate Bluetooth option for AirPods, designed specifically for content creators. This mode provides a balance between voice and background sounds, similar to a lavalier microphone. It is supported in both AVAudioSession and AVCaptureSession (Enhance your app’s audio recording capabilities).
-
Spatial Audio Capture: Apps can now record spatial audio using AV AssetWriter, with the ability to capture audio in a format based on spherical harmonics called Ambisonics. This allows for enhanced spatial audio playback features like head tracking on AirPods (Enhance your app’s audio recording capabilities).
These updates provide developers with more flexibility and control over audio input, enhancing the audio recording capabilities of their apps.

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.

What’s new in visionOS 26
Explore exciting new features in visionOS 26. Discover enhanced volumetric APIs and learn how you can combine the power of SwiftUI, RealityKit and ARKit. Find out how you can build more engaging apps and games using faster hand tracking and input from spatial accessories. Get a sneak peek at updates to SharePlay, Compositor Services, immersive media, spatial web, Enterprise APIs, and much more.

Capture HDR content with ScreenCaptureKit
Learn how to capture high dynamic colors using ScreenCaptureKit, and explore new features like HDR support, microphone capture, and straight-to-file recording.