| Index: webrtc/modules/audio_processing/ns/noise_suppression_x.h
|
| diff --git a/webrtc/modules/audio_processing/ns/noise_suppression_x.h b/webrtc/modules/audio_processing/ns/noise_suppression_x.h
|
| index 7a5fc428c16cd34a8beef4967558b3b99da69838..a221c6e7d9454f4ace711527a39e0b31fed5c259 100644
|
| --- a/webrtc/modules/audio_processing/ns/noise_suppression_x.h
|
| +++ b/webrtc/modules/audio_processing/ns/noise_suppression_x.h
|
| @@ -93,7 +93,7 @@ void WebRtcNsx_Process(NsxHandle* nsxInst,
|
| * Returns NULL if the input is a NULL pointer or an
|
| * uninitialized instance.
|
| */
|
| -const uint32_t* WebRtcNsx_noise_estimate(const NsxHandle* nsxInst);
|
| +const uint16_t* WebRtcNsx_noise_estimate(NsxHandle* nsxInst);
|
|
|
| /* Returns the number of frequency bins, which is the length of the noise
|
| * estimate for example.
|
|
|