Version 0.5.0 AudioProcessing (processReverseStream and processStream) has problem that audio sounds abnormal and
aec no effect compared with v0.4.0.
AudioProcessingStreamConfig far_frame_config = new AudioProcessingStreamConfig(8000, 1);
AudioProcessingStreamConfig near_frame_config = new AudioProcessingStreamConfig(8000, 1);
And v0.4.0 aec has no effect in some cases compared with c++ native webrtc (chrome master branch) using the same call.
Version 0.5.0 AudioProcessing (
processReverseStreamandprocessStream) has problem that audio sounds abnormal andaec no effect compared with v0.4.0.
And v0.4.0 aec has no effect in some cases compared with c++ native webrtc (chrome master branch) using the same call.