-
Notifications
You must be signed in to change notification settings - Fork 0
Core Anc Overview
Mr.P edited this page Aug 25, 2026
·
1 revision
Use DeviceANCAPI to read and control the connected device's Active Noise Cancellation settings.
- Read and change the current
ANCMode. - Read and change the ANC gain and transparency gain.
- Read and change the ANC fade setting.
| Mode | Description |
|---|---|
.unknown |
The device did not report a recognized ANC mode. Treat this as unavailable state rather than a selectable mode. |
.normal |
Normal listening with noise cancellation off. |
.anc |
Active Noise Cancellation. |
.transparency |
Transparency mode, which allows surrounding sound to pass through. |
The public SDK does not define a Smart ANC mode. Only present modes supported by the connected device and your product specification.
The current SDK Demo presents ANC and transparency gains on a 0...100 slider. The public protocol currently exposes these values as Int/NSNumber without documenting a universal range or unit. Until the SDK publishes that contract, treat 0...100 as the current Demo integration convention rather than a guarantee for every device.
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