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

Side by Side Diff: webrtc/examples/androidapp/res/values/strings.xml

Issue 1449083002: Add OpenSL ES enable setting to AppRTCDemo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Fix typo Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/examples/androidapp/res/xml/preferences.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources> 2 <resources>
3 <string name="app_name" translatable="no">AppRTC</string> 3 <string name="app_name" translatable="no">AppRTC</string>
4 <string name="settings_name" translatable="no">AppRTC Settings</string> 4 <string name="settings_name" translatable="no">AppRTC Settings</string>
5 <string name="disconnect_call">Disconnect Call</string> 5 <string name="disconnect_call">Disconnect Call</string>
6 <string name="room_names">Room names:</string> 6 <string name="room_names">Room names:</string>
7 <string name="room_description"> 7 <string name="room_description">
8 Please enter a room name. Room names are shared with everyone, so think 8 Please enter a room name. Room names are shared with everyone, so think
9 of something unique and send it to a friend. 9 of something unique and send it to a friend.
10 </string> 10 </string>
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 <string name="pref_audiocodec_key">audiocodec_preference</string> 90 <string name="pref_audiocodec_key">audiocodec_preference</string>
91 <string name="pref_audiocodec_title">Default audio codec.</string> 91 <string name="pref_audiocodec_title">Default audio codec.</string>
92 <string name="pref_audiocodec_dlg">Select default audio codec.</string> 92 <string name="pref_audiocodec_dlg">Select default audio codec.</string>
93 <string name="pref_audiocodec_default">OPUS</string> 93 <string name="pref_audiocodec_default">OPUS</string>
94 94
95 <string name="pref_noaudioprocessing_key">audioprocessing_preference</string > 95 <string name="pref_noaudioprocessing_key">audioprocessing_preference</string >
96 <string name="pref_noaudioprocessing_title">Disable audio processing.</strin g> 96 <string name="pref_noaudioprocessing_title">Disable audio processing.</strin g>
97 <string name="pref_noaudioprocessing_dlg">Disable audio processing pipeline. </string> 97 <string name="pref_noaudioprocessing_dlg">Disable audio processing pipeline. </string>
98 <string name="pref_noaudioprocessing_default">false</string> 98 <string name="pref_noaudioprocessing_default">false</string>
99 99
100 <string name="pref_opensles_key">opensles_preference</string>
101 <string name="pref_opensles_title">Use OpenSL ES for audio playback.</string >
102 <string name="pref_opensles_dlg">Use OpenSL ES for audio playback.</string>
103 <string name="pref_opensles_default">false</string>
104
100 <string name="pref_miscsettings_key">misc_settings_key</string> 105 <string name="pref_miscsettings_key">misc_settings_key</string>
101 <string name="pref_miscsettings_title">Miscellaneous settings.</string> 106 <string name="pref_miscsettings_title">Miscellaneous settings.</string>
102 107
103 <string name="pref_cpu_usage_detection_key">cpu_usage_detection</string>
104 <string name="pref_cpu_usage_detection_title">CPU overuse detection.</string >
105 <string name="pref_cpu_usage_detection_dlg">Adapt transmission to CPU status .</string>
106 <string name="pref_cpu_usage_detection_default" translatable="false">true</s tring>
107
108 <string name="pref_room_server_url_key">room_server_url_preference</string> 108 <string name="pref_room_server_url_key">room_server_url_preference</string>
109 <string name="pref_room_server_url_title">Room server URL.</string> 109 <string name="pref_room_server_url_title">Room server URL.</string>
110 <string name="pref_room_server_url_dlg">Enter a room server URL.</string> 110 <string name="pref_room_server_url_dlg">Enter a room server URL.</string>
111 <string name="pref_room_server_url_default" translatable="false">https://app rtc.appspot.com</string> 111 <string name="pref_room_server_url_default" translatable="false">https://app rtc.appspot.com</string>
112 112
113 <string name="pref_displayhud_key">displayhud_preference</string> 113 <string name="pref_displayhud_key">displayhud_preference</string>
114 <string name="pref_displayhud_title">Display call statistics.</string> 114 <string name="pref_displayhud_title">Display call statistics.</string>
115 <string name="pref_displayhud_dlg">Display call statistics.</string> 115 <string name="pref_displayhud_dlg">Display call statistics.</string>
116 <string name="pref_displayhud_default" translatable="false">false</string> 116 <string name="pref_displayhud_default" translatable="false">false</string>
117 117
118 </resources> 118 </resources>
OLDNEW
« 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