Android-Native-TTS-plugin-for-Unity-3d
Android-Native-TTS-plugin-for-Unity-3d copied to clipboard
Stopping the 'speech'?
How will I able to access the stop function of the TTS?
You can modify the android project to add a custom function and make it stop talking as your will. Then, rebuild the project. I had to do the exact same thing, I'll be posting the code later. In case you want to do it yourself, here you can find more info about Android's Text to Speech: https://developer.android.com/reference/android/speech/tts/TextToSpeech.html
Is it possible to at Stop functionality to this?