zighouse / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

webRTC denoise error #450

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
webrtc denoise is not ok
When I use webRTC for audio denoise(enable webrtc, disable speexdsp,and set 
PREFER_SPEEX_DENOISER =0)
In audio session, I found this error: "WebRtcNs_Init failed with error code = 
-1"
However, after I set TDAV_WebRtcNs_Init(denoiser->NS_inst, 
denoiser->neg.sampling_rate) instand of TDAV_WebRtcNs_Init(denoiser->NS_inst, 
80),this error disappear,but the sound was changed.
Wheather WebRTC denoise is good?

What version of the product are you using? On what operating system?
doubango r1245-r1268 on Adndroid 4.1,4.2,4.4.

Please provide any additional information below.

Original issue reported on code.google.com by gle2135...@gmail.com on 25 May 2015 at 3:21

GoogleCodeExporter commented 8 years ago
After several days, webRtc denoise function still not work ~

Original comment by gle2135...@gmail.com on 8 Jun 2015 at 1:11