!759 !include #1001279 // Leopold !include #1001293 // Emoticons static S keyword = "spĆ¼lmaschine"; p { fastSynthesis = true; showPicture = false; // Let us see the text output leoMain(); } answer { if (match(keyword, s)) ret "Du hast mich gerufen, Meister?"; } svoid recogTimeSettings(Intent intent) { // 1 second minimum speech length intent.putExtra(RecognizerIntent.EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS, 1000); // Stop listening after pause of 1 second intent.putExtra(RecognizerIntent.EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS, 1000); intent.putExtra(RecognizerIntent.EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS, 1000); }