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

Unified Diff: webrtc/voice_engine/output_mixer.h

Issue 1234463003: Integrate Intelligibility with APM (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed comments from Patch Set 7 Created 5 years, 5 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/voice_engine/output_mixer.h
diff --git a/webrtc/voice_engine/output_mixer.h b/webrtc/voice_engine/output_mixer.h
index fab5a16095e28443952d1cb0bf64ebcbb39724ee..71e55e48855c56bf112e731547febab1db4fc6e0 100644
--- a/webrtc/voice_engine/output_mixer.h
+++ b/webrtc/voice_engine/output_mixer.h
@@ -102,7 +102,7 @@ public:
private:
OutputMixer(uint32_t instanceId);
- void APMAnalyzeReverseStream();
+ void APMProcessReverseStream();
int InsertInbandDtmfTone();
// uses

Powered by Google App Engine
This is Rietveld 408576698