aboutsummaryrefslogtreecommitdiff
path: root/webrtc/engine_configurations.h
diff options
context:
space:
mode:
authorjiayl@webrtc.org <jiayl@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-09-17 18:09:20 +0000
committerjiayl@webrtc.org <jiayl@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-09-17 18:09:20 +0000
commitbf00740c92839865f3656fb4ee02b144f26b2012 (patch)
treeed8fbf40fdde983fc6386e2b3a230f1c7f3f019e /webrtc/engine_configurations.h
parentda79008ab4e2d1f652199ea2f927892291e28f5e (diff)
downloadwebrtc-bf00740c92839865f3656fb4ee02b144f26b2012.tar.gz
Adds a new voice engine warning for the typing noise off state.
The old VE_TYPING_NOISE_WARNING is unchanged and fired whenever typing noise is detected. The new VE_TYPING_NOISE_OFF_WARNING is fired when typing noise was detected and is gone now. This is necessary for converting the typing state to a PeerConnection stats. R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2209004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4770 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/engine_configurations.h')
-rw-r--r--webrtc/engine_configurations.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/webrtc/engine_configurations.h b/webrtc/engine_configurations.h
index bb28b75acc..8294c9afc8 100644
--- a/webrtc/engine_configurations.h
+++ b/webrtc/engine_configurations.h
@@ -65,8 +65,7 @@
#define WEBRTC_VOICE_ENGINE_NR // Near-end NS
#define WEBRTC_VOE_EXTERNAL_REC_AND_PLAYOUT
-#if !defined(WEBRTC_ANDROID) && !defined(WEBRTC_IOS) && \
- !defined(WEBRTC_CHROMIUM_BUILD)
+#if !defined(WEBRTC_ANDROID) && !defined(WEBRTC_IOS)
#define WEBRTC_VOICE_ENGINE_TYPING_DETECTION // Typing detection
#endif