Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: webrtc/modules/audio_processing/noise_suppression_impl.h

Issue 1766383002: Convert IntelligibilityEnhancer to multi-threaded mode (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..ce0930a817af565aa0144e577f4fa2d8d0781ae2 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;
+ size_t num_noise_bins() const override;
peah-webrtc 2016/03/08 07:02:39 Remove the override (see comment in audio_processi
aluebs-webrtc 2016/03/08 10:53:01 Done.
private:
class Suppressor;

Powered by Google App Engine
This is Rietveld 408576698