HoseinPorazar / Android-Native-TTS-plugin-for-Unity-3d

Android Native text To Speech plugin for Unity 3d
36 stars 9 forks source link

Stopping the 'speech'? #3

Open naisu1412 opened 6 years ago

naisu1412 commented 6 years ago

How will I able to access the stop function of the TTS?

ja8an commented 6 years ago

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

rajdua commented 1 year ago

Is it possible to at Stop functionality to this?