Hi all. how can i put the synthesizeToFile() event on tts lib? i want to save a audio file and this is the native method. it already is on tts lib? some functions i can get with JavaObject like isSpeaking event. Dim jTTS As JavaObject = tts1 'not TTS If jTTS.RunMethod("isSpeaking", Null) =...