doubango
doubango copied to clipboard
webRTC denoise error
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 [email protected] on 25 May 2015 at 3:21
After several days, webRtc denoise function still not work ~
Original comment by [email protected] on 8 Jun 2015 at 1:11
try to use speex denoise instead, and have a try? my client is using speed
denoise
Original comment by [email protected] on 7 Aug 2015 at 6:22
In audio session, I found this error: "WebRtcNs_Init failed with error code = -1" How do you solve it?