!7 cmodule DeepSpeechLastRecording > DynPrintLog { start { dm_requireQuickAudioRecord(); dm_onNewRecording/*OrWAVOnClipboard*/(voidfunc(File f) { //print("Analyzing " + f.getName()); fS text = deepspeech(f); flatInfoBox(text); swing { S info = "DeepSpeech english"; if (empty(text)) katze_userSaid(info, "?"); else { temp dm_generalMap_tempPut('topInputInfo, info); dm_setAIBarTextAndFire(text); } } }); } }