We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
"
The text was updated successfully, but these errors were encountered:
@Lacxa
Sorry, something went wrong.
kengoon
No branches or pull requests
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:
"
The text was updated successfully, but these errors were encountered: