-
Notifications
You must be signed in to change notification settings - Fork 0
Core Audio Overview
Mr.P edited this page Aug 25, 2026
·
1 revision
Use DeviceAudioRecordingAPI to start or stop device recording sessions and configure the maximum recording duration.
| 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.
Browse the generated Wiki navigation for the pages in this section.
AIBuds SDK documentation · Full documentation · API Reference
- Introduction
- Getting Started
- Core Concepts
-
Core Features
- Basic Features
- Device Info
- Find Device
- Physical Operations
- Work Mode
- Work Status
- Wear Detection
- Volume Control
- Music Control
- TWS
- Equalizer
- ANC
- Audio
- Camera
- Remote Camera
- File Import
- Teleprompter
- Segment Navigation
- Live Streaming
- Device Applications
- OTA
- Camera OTA
- Service Auth
- AI Services
- Voice Assistant
- Logging
- Advanced Topics
- Releases
- Troubleshooting