sdk-hwV1.3/external/fast-user-adapter/rt_media/docs
梁志勇 09427e37ea chore(other):sdk 裁减 2024-05-07 18:09:20 +08:00
..
readMe.txt chore(other):sdk 裁减 2024-05-07 18:09:20 +08:00
ve_param_0.xml chore(other):sdk 裁减 2024-05-07 18:09:20 +08:00
ve_param_file_path.conf chore(other):sdk 裁减 2024-05-07 18:09:20 +08:00
ve编码参数xml配置使用指南.md chore(other):sdk 裁减 2024-05-07 18:09:20 +08:00

readMe.txt

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.



1. 目录结构说明
api_adapter:  包含音视频两部分的接口;
	视频录制接口:      AW_VideoInput_API.h --> 对应demodemo_video_in.c
	音频录制与播放接口AW_AudioInOut_API.h --> 集成了音频算法库 audio_effect --> 对应demodemo_audio_in.c, demo_audio_out.c
						
audio_effct:  音频算法库,包含 aec/ans/agc, drc/eq算法
audio_decoder: 音频解码器,目前只支持 aac 解码器 --> 对应demodemo_audio_dec.c
audio_encoder: 音频编码器,目前只支持 aac 编码器

tinyalsa: 音频输入输出接口驱动的封装层
demo: 调用api的实例依赖 api_adapter 和 tinyalsa