Home
last modified time | relevance | path

Searched refs:INPUT_PRESET_VOICE_RECOGNITION (Results 1 – 3 of 3) sorted by relevance

/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DStreamConfiguration.java68 public static final int INPUT_PRESET_VOICE_RECOGNITION = 6; // must match Oboe field in StreamConfiguration
145 mInputPreset = INPUT_PRESET_VOICE_RECOGNITION; in reset()
339 case INPUT_PRESET_VOICE_RECOGNITION: in convertInputPresetToText()
367 } else if (matchInputPreset(text, INPUT_PRESET_VOICE_RECOGNITION)) { in convertTextToInputPreset()
368 return INPUT_PRESET_VOICE_RECOGNITION; in convertTextToInputPreset()
H A DManualGlitchActivity.java148 StreamConfiguration.INPUT_PRESET_VOICE_RECOGNITION); in configureStreamsFromBundle()
H A DTestDataPathsActivity.java346 requestedInConfig.setInputPreset(StreamConfiguration.INPUT_PRESET_VOICE_RECOGNITION); in testInputDeviceCombo()