webrtc aec3

时间:2022-09-03 10:34:26
【文件属性】:

文件名称:webrtc aec3

文件大小:7.14MB

文件格式:TAR

更新时间:2022-09-03 10:34:26

webrtc aec aec3 echo canceller

基于最新webrtc人工抽离出来的aec demo。 与平台抽离,可直接在Linux下编译。 mkdir build cd build cmake ../src; make -j; only aec: ./bin/demo aec + aes + cng(comfort noise generate): ./bin/echo_remover_demo 转载请注明出处: https://blog.csdn.net/ChallengerRumble


网友评论

  • 资源很好。
  • make[1]: *** [test/CMakeFiles/test.dir/all] Error 2 CMakeFiles/Makefile2:310: recipe for target 'modules/audio_processing/aec3/CMakeFiles/aec3.dir/all' failed make[1]: *** [modules/audio_processing/aec3/CMakeFiles/aec3.dir/all] Error 2 [ 89%] LinkCXX static library /home/m05350/webrtc_1102/lib/libaudio_processing.a [ 89%] Built target audio_processing Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 编译不过啊 大佬, linux的,解决下呗
  • 编译失败,无法使用。 linux平台配置: ADD_DEFINITIONS(-DWEBRTC_POSIX=1 -DWEBRTC_LINUX=1 -DWEBRTC_APM_DEBUG_DUMP=1) make都成功了,但是link的时候找不到很多文件。如undefined reference to `testing::internal::GTestLog::~GTestLog()'; undefined reference to `webrtc::AudioFrame::mutable_data()'
  • 你好,请问这个是最新的AEC3代码么?谢谢
  • 你好,请问依赖的abseil库是哪个版本的,多谢
  • ADD_DEFINITIONS(-DWEBRTC_POSIX=1 -DWEBRTC_MAC=1 -DWEBRTC_APM_DEBUG_DUMP=1)请问一下linux下为什么编译的时候要定义WEBRTC_MAC=1