Android TTS : Why not setting value for Pitch, SpeechRate if string length greater than 4000 ?
Thanx in advanced,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is not just pitch and rate that are being rejected. The TTS request will be rejected totally if the text length is greater than 4000 characters.
see MAX_SPEECH_ITEM_CHAR_LENGTH in this extract from the Android source: