Audio Application Development Guide

[Chinese]

1. Introduction

This document is a must-read document for audio application development.

To facilitate customers in using audio functions, avoid direct driver interface development, and reduce the difficulty of audio application development, some common audio function components have been provided in the <source code>/ap/components/ path, such as: recording, playback, voice calls, etc.

At the same time, to meet customers’ diverse audio application needs, an audio development framework has also been provided. This framework is designed based on a pipeline structure, encapsulating common audio functions into independent functional sub-modules. Customers can develop their own audio applications by directly calling these sub-modules based on this framework.