!7 cmodule WitAILastRecording > DynPrintLogAndEnabled { start { dm_requireQuickAudioRecord(); dm_require("#1026970/ConcurrentMP3"); dm_vmBus_onMessage_q newMP3Recording(voidfunc(File f) enter { if (!enabled) ret; //print("Analyzing " + f.getName()); fS text = witAI_recognizeMP3(f); flatInfoBox(text); swing { S info = "wit.ai english"; if (empty(text)) katze_userSaid(info, "?"); else { temp dm_generalMap_tempPut('topInputInfo, info); dm_setAIBarTextAndFire(text); } } }); } }