예제 #1
0
 public void StopListening()
 {
     if (speechPlugin != null)
     {
         speechPlugin.StopListening();
     }
     Debug.Log(TAG + " StopListening...  ");
 }
예제 #2
0
    public void StopListening()
    {
        if (speechPlugin != null)
        {
            speechPlugin.StopListening();
        }
        UnityEngine.Debug.Log(TAG + " StopListening...  ");

        this.StartListeningNoBeep();
    }
예제 #3
0
 void OnDestroy()
 {
     RemoveSpeechPluginListener();
     speechPlugin.StopListening();
     textToSpeechPlugin.ShutDownTextToSpeechService();
 }