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

Unified Diff: webrtc/modules/audio_processing/aec3/render_signal_analyzer.h

Issue 2782423003: Major updates to the echo removal functionality in AEC3 (Closed)
Patch Set: Added initialization of uninitialized vector Created 3 years, 8 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/aec3/render_signal_analyzer.h
diff --git a/webrtc/modules/audio_processing/aec3/render_signal_analyzer.h b/webrtc/modules/audio_processing/aec3/render_signal_analyzer.h
index 9eba03ec74df447c1e29f4d20b7ae193149a7e8b..a791f4dee4ef8d4e846733a4eda2315bca821e35 100644
--- a/webrtc/modules/audio_processing/aec3/render_signal_analyzer.h
+++ b/webrtc/modules/audio_processing/aec3/render_signal_analyzer.h
@@ -28,7 +28,7 @@ class RenderSignalAnalyzer {
~RenderSignalAnalyzer();
// Updates the render signal analysis with the most recent render signal.
- void Update(const RenderBuffer& X_buffer,
+ void Update(const RenderBuffer& render_buffer,
const rtc::Optional<size_t>& delay_partitions);
// Returns true if the render signal is poorly exciting.

Powered by Google App Engine
This is Rietveld 408576698