kvdroid / Kvdroid

Some Pyjnius tools for Kivy-Android developments.
MIT License
95 stars 24 forks source link

TTS on androd 11 not workng #40

Open purushottam858 opened 1 year ago

purushottam858 commented 1 year ago

just tried below code from kvdroid docs , it is not working , there is no error , but no sound too . maybe because of android version 11 .

from kvdroid.tools import speech speech("hello world", "en")

how to solve this issue ..?

and

i came across below comments on android 11 ,
where can i find that " manifest file " and where actually should i add those lines of codes

" You may also need to add this code to your manifest file for the TTS to work if you are targeting Android 11:

"

Astormalo commented 10 months ago

@Lacxa