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

Unified Diff: webrtc/voice_engine/transmit_mixer.h

Issue 2738543002: Remove VoEAudioProcessing interface. (Closed)
Patch Set: rebase Created 3 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/voice_engine/transmit_mixer.h
diff --git a/webrtc/voice_engine/transmit_mixer.h b/webrtc/voice_engine/transmit_mixer.h
index 7120b6500a0a32d0b05590a9a54619e690d4aa6a..2e728f8e1caa4f7164e554b9c20efce4a913ac94 100644
--- a/webrtc/voice_engine/transmit_mixer.h
+++ b/webrtc/voice_engine/transmit_mixer.h
@@ -145,16 +145,6 @@ public:
void RecordFileEnded(const int32_t id);
-#if WEBRTC_VOICE_ENGINE_TYPING_DETECTION
henrika_webrtc 2017/03/10 14:49:57 Not clear to me why these parts can be removed.
the sun 2017/03/10 20:06:48 Because they were only being called from: https://
- // Typing detection
- int TimeSinceLastTyping(int &seconds);
- int SetTypingDetectionParameters(int timeWindow,
- int costPerTyping,
- int reportingThreshold,
- int penaltyDecay,
- int typeEventDelay);
-#endif
-
// Virtual to allow mocking.
virtual void EnableStereoChannelSwapping(bool enable);
bool IsStereoChannelSwappingEnabled();
« no previous file with comments | « webrtc/voice_engine/test/auto_test/standard/audio_processing_test.cc ('k') | webrtc/voice_engine/transmit_mixer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698