Android-Native-TTS-plugin-for-Unity-3d
Android-Native-TTS-plugin-for-Unity-3d copied to clipboard
A gray oval appears on the screen while the device is speaking. Is there a way to remove this?
In TextToSpeech.cs , delete TTSExample.Call("showMessage", msg); codes (There are two line) and delete "tts.ShowToast(msg); "in speak function