Skip to content

Core Audio Overview

Mr.P edited this page Aug 25, 2026 · 1 revision

Audio Recording Overview

Use DeviceAudioRecordingAPI to start or stop device recording sessions and configure the maximum recording duration.

Recording Workflows

Workflow API behavior
Standard recording Request the device to start or stop recording. The callback contains a device status code; it does not return a local file path.
AI audio recording Start or stop recording for an RecordingScene: .onSite or .call.
Maximum duration Read or set maxAudioRecordDuration. The unit is minutes.

The SDK APIs control recording on the connected device. They do not return transcription text, an app-local recording file, or a recording-result model. Use the media import APIs separately when your product needs to transfer device media to the app.

Available Guides

Browse the generated Wiki navigation for the pages in this section.

AIBuds SDK iOS Wiki

Clone this wiki locally