mirror of
https://github.com/openharmony/multimedia_audio_lite.git
synced 2026-07-01 06:41:22 -04:00
333a2c6b483586d5d0fa9720616a4de5fdf4d93a
Signed-off-by: huang-jianfei200 <huangjianfei4@huawei.com> Change-Id: I85c8d8cc5a9f51bd4e6b1c4f0610d472e81b8841
AUDIO_LITE
Introduction
This repository provides the audio capability.
Figure 1 Position of this repository (in the dotted blue box) in the multimedia subsystem

Directory Structure
foundation/multimedia/audio_lite
├── frameworks # Framework code
└── interfaces # APIs
└── kits # External APIs
Usage
Build a single repository in the root directory.
# Select the development board.
hb set
# Build this repository.
hb build audio_lite
Constraints
- C++ 11 or later
Repositories Involved
Description
Languages
C++
100%