summaryrefslogtreecommitdiff
path: root/modules/audio_processing/ns/include/noise_suppression.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/audio_processing/ns/include/noise_suppression.h')
-rw-r--r--modules/audio_processing/ns/include/noise_suppression.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/audio_processing/ns/include/noise_suppression.h b/modules/audio_processing/ns/include/noise_suppression.h
index 32b18038..3cf889e2 100644
--- a/modules/audio_processing/ns/include/noise_suppression.h
+++ b/modules/audio_processing/ns/include/noise_suppression.h
@@ -99,10 +99,10 @@ int WebRtcNs_set_policy(NsHandle* NS_inst, int mode);
* -1 - Error
*/
int WebRtcNs_Process(NsHandle* NS_inst,
- short* spframe,
- short* spframe_H,
- short* outframe,
- short* outframe_H);
+ float* spframe,
+ float* spframe_H,
+ float* outframe,
+ float* outframe_H);
/* Returns the internally used prior speech probability of the current frame.
* There is a frequency bin based one as well, with which this should not be