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

Unified Diff: webrtc/examples/androidapp/res/values/strings.xml

Issue 2184653002: Add an option to disable built-in AGC/NS to AppRTC Demo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | webrtc/examples/androidapp/res/xml/preferences.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidapp/res/values/strings.xml
diff --git a/webrtc/examples/androidapp/res/values/strings.xml b/webrtc/examples/androidapp/res/values/strings.xml
index e13a9a23d06342d84935a3b698b8d4475a483026..5b414a45ce343452272540697df90eafb49b8461 100644
--- a/webrtc/examples/androidapp/res/values/strings.xml
+++ b/webrtc/examples/androidapp/res/values/strings.xml
@@ -121,10 +121,22 @@
<string name="pref_opensles_default">false</string>
<string name="pref_disable_built_in_aec_key">disable_built_in_aec_preference</string>
- <string name="pref_disable_built_in_aec_title">Disable built-in AEC.</string>
- <string name="pref_disable_built_in_aec_dlg">Disable built-in AEC.</string>
+ <string name="pref_disable_built_in_aec_title">Disable hardware AEC.</string>
+ <string name="pref_disable_built_in_aec_dlg">Disable hardware AEC.</string>
<string name="pref_disable_built_in_aec_default">false</string>
- <string name="pref_built_in_aec_not_available">Built-in AEC is not available</string>
+ <string name="pref_built_in_aec_not_available">Hardware AEC is not available</string>
+
+ <string name="pref_disable_built_in_agc_key">disable_built_in_agc_preference</string>
+ <string name="pref_disable_built_in_agc_title">Disable hardware AGC.</string>
+ <string name="pref_disable_built_in_agc_dlg">Disable hardware AGC.</string>
+ <string name="pref_disable_built_in_agc_default">false</string>
+ <string name="pref_built_in_agc_not_available">Hardware AGC is not available</string>
+
+ <string name="pref_disable_built_in_ns_key">disable_built_in_ns_preference</string>
+ <string name="pref_disable_built_in_ns_title">Disable hardware NS.</string>
+ <string name="pref_disable_built_in_ns_dlg">Disable hardware NS.</string>
+ <string name="pref_disable_built_in_ns_default">false</string>
+ <string name="pref_built_in_ns_not_available">Hardware NS is not available</string>
<string name="pref_miscsettings_key">misc_settings_key</string>
<string name="pref_miscsettings_title">Miscellaneous settings.</string>
« no previous file with comments | « no previous file | webrtc/examples/androidapp/res/xml/preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698