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

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: Formatting 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..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;

Powered by Google App Engine
This is Rietveld 408576698