Open purushottam858 opened 2 years 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:
"
@Lacxa
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:
"