qiupin / doubango

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

Inchoerent use of tdav_webrtc_denoise_t structure #316

Open GoogleCodeExporter opened 9 years ago

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

What is the expected output? What do you see instead?
Doubango fails to compile if WEBRTC denoiser is used instead of SPEEX denoiser.

What version of the product are you using? On what operating system?
Doubango r992

Please provide any additional information below.
Error details:

src/audio/tdav_webrtc_denoise.c: In function 'tdav_webrtc_denoise_open':
src/audio/tdav_webrtc_denoise.c:143: error: 'tdav_webrtc_denoise_t' has no 
member named 'sampling_rate'
src/audio/tdav_webrtc_denoise.c: In function 
'tdav_webrtc_denoise_process_record':
src/audio/tdav_webrtc_denoise.c:226: error: 'tdav_webrtc_denoise_t' has no 
member named 'frame_size'
src/audio/tdav_webrtc_denoise.c:226: error: 'tdav_webrtc_denoise_t' has no 
member named 'frame_size'
src/audio/tdav_webrtc_denoise.c:234: error: 'tdav_webrtc_denoise_t' has no 
member named 'frame_size'

Original issue reported on code.google.com by massimo....@gmail.com on 27 Aug 2013 at 1:31

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 29 Aug 2013 at 9:12