Module Description
The module provides basic audio control capabilities, including volume adjustment, device management, data capture, and rendering.
This module provides the following common audio-related functions:
- AudioManager: audio manager.
- AudioRenderer: audio renderer, used to play Pulse Code Modulation (PCM) audio data.
- AudioCapturer: audio capturer, used to record PCM audio data.
NOTE
The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version.
Modules to Import
import { audio } from '@kit.AudioKit';