summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Integrate latest SVOX code drop, includes support for the phoneme tag.Jean-Michel Trivi2009-07-083-1018/+919
| | | | Reformat TtsEngine implementation to Android style.
* - Integrate SVOX's latest code drop.Jean-Michel Trivi2009-07-014-429/+1802
| | | | | | | - Fix a bug where TTS_SYNTH_DONE was signaled to the TTS service synth proxy even though the synthesis wasn't done (more data to be played). - Deprecated the synthesizeIPA() function as it will be supported by the phoneme tag in synthesize().
* In TTS engine: don't hardcode language string length.Jean-Michel Trivi2009-06-291-2/+2
|
* Implement in pico TTS engine the methods to query the availability for a ↵Jean-Michel Trivi2009-06-261-16/+125
| | | | | | | language, to set the synthesis audio format, to query the current language, country and variant setting.
* Use the same interface in the TTS engine interface for setLanguage and ↵Jean-Michel Trivi2009-06-261-4/+28
| | | | | | loadLanguage. Adding skeleton for isLanguageAvailable().
* Add comments in the strings for the TTS language installer.Jean-Michel Trivi2009-06-241-4/+15
|
* Fixing the makefile to build PicoTts.apkCharles Chen2009-06-231-1/+1
|
* Fixing manifest for PicoLangInstaller to use the correct SD cardCharles Chen2009-06-234-10/+12
| | | | permissions.
* Adding PicoLangInstaller.Charles Chen2009-06-2210-1/+235
|
* Moving PicoTts plugin under the pico directory of external/svoxCharles Chen2009-06-2271-94/+93
|
* Fix country code for Great-Britain in TTS pico lib.Jean-Michel Trivi2009-06-191-1/+1
|
* Integrate latest SVOX code drop.Jean-Michel Trivi2009-06-191-61/+188
|
* Using the TextToSpeech CHECK_VOICE codes.Charles Chen2009-06-181-7/+8
|
* Changing manifest to use ISO3 lang and country codesCharles Chen2009-06-181-7/+7
|
* Updating the TTS Pico engine to support setting languages withJean-Michel Trivi2009-06-161-88/+155
| | | | | | | | language and country codes relying on the ISO 3 letter codes for languages and countries, and with variant codes, as done in the java.util.Locale class. This change is dependent on change 4251 and should be submitted along with it. Increased default Pico volume from 100 to 250.
* Adding data checking and market launching activities for PicoTts.Charles Chen2009-06-124-22/+128
|
* Removing unused PicoConfig activity.Charles Chen2009-06-112-34/+0
|
* Renaming local package to PicoTtsCharles Chen2009-06-101-1/+1
|
* Adding in tree the SVOX language files for the PICO Text-To-Speech engine.Jean-Michel Trivi2009-06-0812-0/+0
|
* Adding svox tts plugin wrapper.Charles Chen2009-06-057-0/+264
|
* Checking in the TTS code from SVOX.Charles Chen2009-06-0563-0/+48660
| | | | | | The wrapper for this will come in a later CL. Note that this does not have any makefiles so it should not affect the build.
* new project, first commitThe Android Open Source Project2009-05-290-0/+0