Index: webrtc/modules/audio_processing/noise_suppression_impl.h |
diff --git a/webrtc/modules/audio_processing/noise_suppression_impl.h b/webrtc/modules/audio_processing/noise_suppression_impl.h |
index ef30bb11671e90a2c189f4177ac3c8465d53790e..111e8e17b6b5cb054297637c8b4a4205c4a80e1b 100644 |
--- a/webrtc/modules/audio_processing/noise_suppression_impl.h |
+++ b/webrtc/modules/audio_processing/noise_suppression_impl.h |
@@ -39,6 +39,7 @@ class NoiseSuppressionImpl : public NoiseSuppression { |
Level level() const override; |
float speech_probability() const override; |
std::vector<float> NoiseEstimate() override; |
+ static size_t num_noise_bins(); |
tommi (sloooow) - chröme
2016/03/10 21:59:12
This should be GetNumNoiseBins(). Also, please sep
aluebs-webrtc
2016/03/11 09:36:48
I thought getters were "cheap" and could be named
|
private: |
class Suppressor; |