public static SpeekTTS GetInstance() { _speekTTS = new SpeekTTS(); return(_speekTTS); }
public static void SpeechToPrompt(string strText) { var tts = SpeekTTS.GetInstance(); tts.SpeechToPrompt(strText); }