audio record

Asked on 03/03/2025

1 search

It seems like you're interested in audio recording capabilities discussed at Apple's WWDC. One relevant session is "Capture HDR content with ScreenCaptureKit," which introduces a new API for recording screen audio and microphone content. This API allows you to easily record and save screen audio and microphone content in your app. You can configure the SC stream to capture content and use the new SC recording output to specify where to save the file, the file type, and the video codec.

For more details, you can refer to the session chapter on recording to file: Capture HDR content with ScreenCaptureKit (08:41).

If you have any more specific questions about audio recording or other features presented at WWDC, feel free to ask!