Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 386 Bytes

File metadata and controls

14 lines (11 loc) · 386 Bytes

AndroidAudioCodec

介绍

Android使用C++实现音频编解码算法(G711_A_LAW、G711_U_LAW、G723)。

使用 C++ 实现音频编解码算法

  1. 音频编解码器包括 G711_A_LAW、G711_U_LAW、G723
  2. 实现原理见博客 https://yadiq.github.io/2022/08/03/AudioCodec/ AudioCodec1.png

效果图

AudioCodec2.jpg