!7 // reacts to new recording or file path on clipboard sclass WitAILastRecording > DynSCP { start { dm_onNewRecordingOrWAVOnClipboard(voidfunc(File f) { print("Analyzing " + f.getName()); fS text = witAI_recognizeWAV(f); infoBox(or2(text, "?")); if (nempty(text)) swing { temp dm_generalMap_tempPut('topInputInfo, "wit.ai english"); dm_setAIBarTextAndFire(text); } }); } }