1# Module Description 2 3> **NOTE** 4> 5> 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. 6 7The module provides basic audio control capabilities, including volume adjustment, device management, data capture, and rendering. 8 9This module provides the following common audio-related functions: 10 11- [AudioManager](arkts-apis-audio-AudioManager.md): audio manager. 12- [AudioRenderer](arkts-apis-audio-AudioRenderer.md): audio renderer, used to play Pulse Code Modulation (PCM) audio data. 13- [AudioCapturer](arkts-apis-audio-AudioCapturer.md): audio capturer, used to record PCM audio data. 14 15## Modules to Import 16 17```ts 18import { audio } from '@kit.AudioKit'; 19``` 20