!7 compact module KeepListeningOnSpeech > DynPrintLogAndEnabled { double interval = 30.0; start { onSpeechRecognized_withoutMyUtterancesAndTyped(voidfunc(S s) { dm_enableSpeechRecognitionFor(interval, s); }); } }