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

Unified Diff: webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h

Issue 1718793002: Fix the gain calculation in IntelligibilityEnhancer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@vad
Patch Set: Created 4 years, 10 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/intelligibility/intelligibility_enhancer.h
diff --git a/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h b/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h
index be20e11d50bb36b8d1e547d7c9638944ee0711fb..40cd9da9598f7d560cefc8063bf0a6ffce41f1f4 100644
--- a/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h
+++ b/webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h
@@ -67,7 +67,7 @@ class IntelligibilityEnhancer {
std::complex<float>* out_block);
// Bisection search for optimal |lambda|.
- void SolveForLambda(float power_target, float power_bot, float power_top);
+ void SolveForLambda(float power_target);
// Transforms freq gains to ERB gains.
void UpdateErbGains();

Powered by Google App Engine
This is Rietveld 408576698