svoid dm_rawSpeechRecognized(DynModule module, S text, S info, File audioFile) { vmBus_send speechRecognized_raw(litmap( +module, +info, +text, +audioFile)); // honor global flag when there is a correlator if (vmBus_anyTrue dontApplyRecognizedSpeech()) ret; if (dm_recognizedSpeechIsProbablyMyOwnUtterance()) ret; if (empty(text)) { //katze_userSaid(info, "?"); } else swing { temp dm_generalMap_tempPut('topInputInfo, info); dm_setAIBarTextAndFire(text); } }