/// <summary>
 /// 初始化语言转文字插件
 /// </summary>
 public static void InitTextSpeech()
 {
     SpeechToText.Init();
     TextToSpeech.Init();
 }