iOS-如何解决speex的回声问题?

时间:2018-07-10 06:32:02

标签: ios objective-c speex

我的对讲机的App调用有回声,我使用了本机方法,但没有用,我想使用speex的回声消除,但是我遇到了一些问题,在speex的回声消除中,需要ref,echo和End这三个参数,我只有bufferList.mBuffers [0] .mData变量,我不知道其他两个参数将替代什么?

getMenu(){
    this._ser.getMenus().subscribe(res=>{
          this.primeryMenus = res;
          console.log(this.primeryMenus) // output is json object ( getting correct output )
});

// never put a console(log) here if you want to see the return value of the observable above as it processed long before the Observable returns a value.

}

1 个答案:

答案 0 :(得分:0)

如果内置AEC无法正常工作,则意味着您的回声行为很可能不容易,因此您应该寻找比Speex更可靠的解决方案。 Google提供的回声消除软件可找到其他选择。