athena-signal是北京滴滴公司开源的音频前处理代码,包括了Acoustic Echo Cancellation(AEC), High Pass Filter(HPF), Direction Of Arrival(DOA), Minimum Variance Distortionless Response(MVDR) beamformer, Generalized Sidelobe Canceller(GSC), Voice Activity Detection(VAD), Noise Supression(NS), 和 Automatic Gain Control(AGC)。

github下载网址是https://github.com/athena-team/athena-signal。

dios_ssp_process_api()实现完整的音频处理链路HPF + AEC + Beamforming + VAD + NS + AGC,代码清晰易懂,无需多解释。后续文章将深入算法函数、分析代码细节。

athena-signal(1)-音频链路

更多内容,请关注微信公众号“音频算法与工程实践”。

athena-signal(1)-音频链路

 

相关文章:

  • 2021-07-08
  • 2021-08-26
  • 2021-08-02
  • 2021-10-06
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
猜你喜欢
  • 2021-08-13
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2021-08-29
  • 2022-02-11
  • 2021-11-29
相关资源
相似解决方案