Jean-Michel Trivi
|
287148b80b
|
Add in TTS engine interface the methods to query the availability for a language,
to set the synthesis audio format, to query the current language, country and
variant setting.
|
2009-06-29 09:52:17 -07:00 |
|
Jean-Michel Trivi
|
d6d03e05be
|
Use the same interface in the TTS engine interface for setLanguage and loadLanguage.
Adding function to check the support level for a language in TTS engine interface.
|
2009-06-26 09:46:28 -07:00 |
|
Jean-Michel Trivi
|
6c24f24b3e
|
In the native layer for the TTS service, delete the data allocated for the callback after the signal for the end of the synthesis has been received.
|
2009-06-25 17:10:26 -07:00 |
|
Jean-Michel Trivi
|
6a0e293c84
|
Fix bug in TTS service where the language setting was using the default language
when the setting wasn't enforced, and vice-versa.
Cleaning the log of the native TTS layer to use LOGV for verbose messages,
rather than LOGI.
|
2009-06-24 11:32:06 -07:00 |
|
Jean-Michel Trivi
|
2ea5349583
|
Adding support for pitch changes of the synthesized text in Text-To-Speech.
|
2009-06-23 15:26:57 -07:00 |
|
Jean-Michel Trivi
|
679d728f09
|
Using Locale to specify language and country for a TTS language to load,
rather than a String.
Cleanup in doc for TextToSpeech, and addition of queue mode constants.
|
2009-06-17 10:16:17 -07:00 |
|
Jean-Michel Trivi
|
35a8e80bf8
|
Updating TTS engine interface for setting the language based on language, country and variant codes
coming from a java.util.Locale instance.
|
2009-06-16 13:25:15 -07:00 |
|
Charles Chen
|
f85aa5a4d4
|
Restructuring the TTS files so that it works as a Service
|
2009-06-10 13:31:09 -07:00 |
|