• Home
Name Date Size #Lines LOC

..--

figures/12-May-2024-

frameworks/12-May-2024-844659

interfaces/kits/12-May-2024-25663

services/12-May-2024-1,9401,517

test/12-May-2024-2,5391,765

LICENSED12-May-20249.9 KiB177150

README.mdD12-May-20241.7 KiB5535

README_zh.mdD12-May-20241.8 KiB5535

bundle.jsonD12-May-2024922 3636

README.md

1# AUDIO\_LITE<a name="EN-US_TOPIC_0000001080430608"></a>
2
3- [AUDIO\_LITE<a name="EN-US_TOPIC_0000001080430608"></a>](#audio_lite)
4  - [Introduction<a name="section11660541593"></a>](#introduction)
5  - [Directory Structure<a name="section178251437756"></a>](#directory-structure)
6  - [Usage<a name="section1648194512427"></a>](#usage)
7  - [Constraints<a name="section722512541395"></a>](#constraints)
8  - [Repositories Involved<a name="section1371113476307"></a>](#repositories-involved)
9
10## Introduction<a name="section11660541593"></a>
11
12This repository provides the audio capability.
13
14**Figure  1**  Position of this repository \(in the dotted blue box\) in the multimedia subsystem<a name="fig584652218594"></a>
15![](figures/audio_lite_en.png "audio_lite_en")
16
17## Directory Structure<a name="section178251437756"></a>
18
19```
20foundation/multimedia/audio_lite
21├── frameworks         # Framework code
22└── interfaces         # APIs
23    └── kits           # External APIs
24```
25
26## Usage<a name="section1648194512427"></a>
27
28Build a single repository in the root directory.
29
30```
31# Select the development board.
32hb set
33# Build this repository.
34hb build audio_manager_lite
35```
36
37## Constraints<a name="section722512541395"></a>
38
39-   C++ 11 or later
40
41## Repositories Involved<a name="section1371113476307"></a>
42
43[Multimedia subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/multimedia.md)
44
45[camera\_lite](https://gitee.com/openharmony/multimedia_camera_lite)
46
47[camera\_sample\_lite](https://gitee.com/openharmony/applications_sample_camera)
48
49[media\_utils\_lite](https://gitee.com/openharmony/multimedia_utils_lite)
50
51[media\_lite](https://gitee.com/openharmony/multimedia_media_lite)
52
53[audio\_lite](https://gitee.com/openharmony/multimedia_audio_lite)
54
55

README_zh.md

1# 媒体子系统AUDIO\_LITE组件<a name="ZH-CN_TOPIC_0000001080430608"></a>
2
3- [媒体子系统AUDIO\_LITE组件<a name="ZH-CN_TOPIC_0000001080430608"></a>](#媒体子系统audio_lite组件)
4  - [简介<a name="section11660541593"></a>](#简介)
5  - [目录<a name="section178251437756"></a>](#目录)
6  - [使用说明<a name="section1648194512427"></a>](#使用说明)
7  - [约束<a name="section722512541395"></a>](#约束)
8  - [相关仓<a name="section1371113476307"></a>](#相关仓)
9
10## 简介<a name="section11660541593"></a>
11
12AUDIO\_LITE组件提供音频能力的支持。
13
14**图 1**  媒体子系统架构(蓝色虚线框是audio\_lite)<a name="fig584652218594"></a>
15![](figures/audio_lite.png "媒体子系统架构(蓝色虚线框是audio_lite)")
16
17## 目录<a name="section178251437756"></a>
18
19```
20foundation/multimedia/audio_lite
21├── frameworks         # 框架代码
22└── interfaces         # 接口
23    └── kits           # 对外接口
24```
25
26## 使用说明<a name="section1648194512427"></a>
27
28单仓的编译构建,在根目录下进行单仓的构建和编译
29
30```
31# 开发板选择
32hb set
33# 单仓构建和编译
34hb build audio_manager_lite
35```
36
37## 约束<a name="section722512541395"></a>
38
39-   C++11版本或以上
40
41## 相关仓<a name="section1371113476307"></a>
42
43[媒体子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E5%AA%92%E4%BD%93%E5%AD%90%E7%B3%BB%E7%BB%9F.md)
44
45[camera\_lite](https://gitee.com/openharmony/multimedia_camera_lite)
46
47[camera\_sample\_lite](https://gitee.com/openharmony/applications_sample_camera)
48
49[media\_utils\_lite](https://gitee.com/openharmony/multimedia_utils_lite)
50
51[media\_lite](https://gitee.com/openharmony/multimedia_media_lite)
52
53[audio\_lite](https://gitee.com/openharmony/multimedia_audio_lite)
54
55