1<resources> 2 <string name="app_name">LiveEffect</string> 3 <string name="action_settings">Settings</string> 4 <string name="start_effect">Start</string> 5 <string name="stop_effect">Stop</string> 6 <string name="need_record_audio_permission">"This sample needs RECORD_AUDIO permission"</string> 7 <string name="status_playing">Engine Playing ....</string> 8 <string name="status_open_failed">Engine Failed to Open Streams!</string> 9 <string name="status_record_audio_denied">Error: Permission for RECORD_AUDIO was denied</string> 10 <string name="status_touch_to_begin">RECORD_AUDIO permission granted, touch START to begin</string> 11 <string name="status_warning">Warning: If you run this sample using the built-in microphone 12 and speaker you may create a feedback loop which will not be pleasant to listen to.</string> 13 <string name="recording_device">Recording device</string> 14 <string name="playback_device">Playback device</string> 15 16 <string name="apiSelection">APIs</string> 17 <string name="aaudio">AAudio</string> 18 <string name="sles">OpenSL ES</string> 19</resources> 20