liyuhang 1ed058e72c Code check cleanning function nesting depth is 5
Signed-off-by: liyuhang <liyuhang24@huawei.com>
Change-Id: I9122303107e38757e2f2882ab4499cd597ad3f95
2024-06-24 08:46:04 +00:00
2021-04-07 14:52:03 +08:00
2021-03-11 18:43:15 +08:00
2022-03-24 16:25:52 +08:00
2023-09-01 11:50:37 +08:00
2023-08-26 19:16:38 +08:00
2021-03-11 18:43:15 +08:00
2024-05-28 14:23:08 +08:00
2023-08-26 19:16:38 +08:00
2023-08-26 19:16:38 +08:00

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

Multimedia subsystem

camera_lite

camera_sample_lite

media_utils_lite

media_lite

audio_lite

S
Description
Framework implementation of the audio module | 音频模块框架实现
Readme 638 KiB
Languages
C++ 100%