Chromium Code Reviews| Index: webrtc/modules/audio_processing/ns/include/noise_suppression.h |
| diff --git a/webrtc/modules/audio_processing/ns/include/noise_suppression.h b/webrtc/modules/audio_processing/ns/include/noise_suppression.h |
| index 14e686a8e393c5fad3335f32be0dce94c1b46587..1cc84b98c08b023f75777969fd6cac46c47eb5d4 100644 |
| --- a/webrtc/modules/audio_processing/ns/include/noise_suppression.h |
| +++ b/webrtc/modules/audio_processing/ns/include/noise_suppression.h |
| @@ -20,20 +20,9 @@ extern "C" { |
| #endif |
| /* |
| - * This function creates an instance to the noise suppression structure |
| - * |
| - * Input: |
| - * - NS_inst : Pointer to noise suppression instance that should be |
| - * created |
| - * |
| - * Output: |
| - * - NS_inst : Pointer to created noise suppression instance |
| - * |
| - * Return value : 0 - Ok |
| - * -1 - Error |
| + * This function creates an instance to the floating point Noise Suppression. |
|
kwiberg-webrtc
2015/06/10 09:31:43
and instance *of*
bjornv1
2015/06/10 19:03:04
Done
|
| */ |
| -int WebRtcNs_Create(NsHandle** NS_inst); |
| - |
| +NsHandle* WebRtcNs_Create(); |
| /* |
| * This function frees the dynamic memory of a specified noise suppression |