summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use the new settings API for pico.Narayan Kamath2011-06-272-0/+18
|/ | | | Change-Id: I852d0619d0f5bcb7218d3ab266ae86d117bc95e7
* libttspico should be optional, installed only when PicoTts is.Narayan Kamath2011-06-211-1/+3
| | | | Change-Id: I6b5b81dc2c18d8a2b96074080304bfbdbc479fdc
* Import revised translations.Eric Fischer2011-06-205-10/+10
| | | | Change-Id: Iac021b1920fbfecfeabc66e4159bb820491e338c
* Update pico to use the new TTS API.Narayan Kamath2011-06-083-12/+14
| | | | Change-Id: Ied389be15bfcd1a1c3ed289a0b1d6c7f7913629a
* Import revised translations.Eric Fischer2011-05-265-0/+150
| | | | Change-Id: Ia21e17027e288049d7fc95bee9223c005a1a58e6
* Fix TTS breakageNarayan Kamath2011-05-231-2/+0
| | | | | bug:4476001 Change-Id: I14f4c5d803fc95bcaf11bc3ac182df4133083281
* Minor makefile refactoring.Narayan Kamath2011-05-191-4/+26
| | | | | | | | This allows folks to depend on libttspico_static and just call getTtsEngine() directly instead of all the dlopen() dlsym() business. Change-Id: I7b5b6c94d08b95ade9ba9c995e4bd2a862acdfb6
* Break dependency between pico and the audio system.Narayan Kamath2011-05-194-13/+28
| | | | | | | | | The TTS engine should use only TTS defined constants, and not constants from the audiosystem. This happened to work because PCM_16_BIT in native was the same as DEFAULT in java, which happened to be PCM_16_BIT. Change-Id: I0f43a46afff8c45d1eb18c1beaab62dce87b8055
* update for new audio.h header locationDima Zavin2011-05-111-1/+1
| | | | | Change-Id: I3bf2e6b3a0434f525dc1994f080f027482142ffd Signed-off-by: Dima Zavin <dima@android.com>
* svox: convert to use new audio.hDima Zavin2011-04-192-7/+8
| | | | | Change-Id: Id8e69601a0812a6a0034774adde672bb70662c6a Signed-off-by: Dima Zavin <dima@android.com>
* Clean JNI data pointer in shutdown()Bjorn Bringert2011-04-191-1/+2
| | | | | | | | Before, finalize() after shutdown() could segfault since shutdown() kept the pointer to the deleted SynthProxyJniStorage. Change-Id: I338c19758733425be2e3b0d9e66176d11d27e8f6
* Use new SynthesisRequest.error()Bjorn Bringert2011-04-191-6/+15
| | | | Change-Id: Ia634e6c84870ad6c2d1665da796adcd9cdc4ec8f
* Add external storage perm to PicoBjorn Bringert2011-04-181-1/+2
| | | | | | | | | | The TTS engine now needs to have its own permissions set, since it is running in its own process. Also removes the minSdkVersion=2 to let the build system set it automatically. Change-Id: I7aea73ee5a415179f9b8b44e8f73c024b93f8983
* Add DEFAULT category to Pico TTS serviceBjorn Bringert2011-04-181-0/+1
| | | | Change-Id: I4d94d41d3e5e9d9bd2b266ac4637c065ef13810a
* Port Pico to new TTS engine APIBjorn Bringert2011-04-1511-3/+1679
| | | | | | | | | | | | | | | | | | Requires TTS engine API added in change I7614ff788e11f897e87052f684f1b4938d539fb7 The compatibility layer in pico/compat/src/com/android/tts/compat/SynthProxy.java pico/compat/jni/com_android_tts_compat_SynthProxy.cpp is based on these files removed from the old TTS engine framework: frameworks/base/packages/TtsService/src/android/tts/SynthProxy.java frameworks/base/packages/TtsService/jni/android_tts_SynthProxy.cpp Bug: 4150618 Change-Id: I7a2cca6b5cfbac6158a87fad69cc796140adb2f3
* external/svox: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-1/+1
| | | | | Change-Id: I987cf0645cd1281e499426a29c82bdebd74f733b Signed-off-by: Iliyan Malchev <malchev@google.com>
* am baadee21: am 97a3fdf7: Merge "Remove duplicate item to avoid compiling error"David Turner2011-01-311-1/+0
|\ | | | | | | | | * commit 'baadee213d3350ab18fbd0c22a3ac3a65a853a4c': Remove duplicate item to avoid compiling error
| * am 97a3fdf7: Merge "Remove duplicate item to avoid compiling error"David Turner2011-01-311-1/+0
| |\ | | | | | | | | | | | | * commit '97a3fdf7c4228837745cdbe6ff5cb937e2a81b11': Remove duplicate item to avoid compiling error
| | * Merge "Remove duplicate item to avoid compiling error"David Turner2011-01-311-1/+0
| | |\
| | | * Remove duplicate item to avoid compiling errorChih-Wei Huang2010-12-181-1/+0
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | The gcc 4.5 complains about the duplicate item: external/svox/pico/lib/picosig2.c: In function 'sigAllocate': external/svox/pico/lib/picosig2.c:75:26: error: operation on 'sig_inObj->int_vec38' may be undefined Change-Id: I4532b770ff02e058253ed01cbed50b0efb8a83ce
* | | Reconcile gingerbread-plus-aosp and honeycombThe Android Open Source Project2011-01-300-0/+0
|\ \ \ | | | | | | | | | | | | Change-Id: I9e9ed9561b018d8629e1c50a98dff1f45d78e2cd
| * \ \ Mass merge from gingerbread - do not mergeThe Android Open Source Project2011-01-300-0/+0
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: Ibd50471653e3ceec3404833d8833bb769a204cd4
| | * \ \ am 1c643c7e: (-s ours) Import translations for additional languages.Eric Fischer2011-01-250-0/+0
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | * commit '1c643c7e8c13bb758249766b04a7b605179f06fa': Import translations for additional languages.
* | | | | am 4c2a2b9c: Remove redundant translations.Eric Fischer2011-01-261-6/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '4c2a2b9c5a740420e8ceed9f6503fc3a7bdb48d4': Remove redundant translations.
| * | | | Remove redundant translations.Eric Fischer2011-01-261-6/+0
| |/ / / | | | | | | | | | | | | Change-Id: Ife383ea64d281351d533b4e413f268a3f1b0dfc7
* | | | am e308def0: Import some unabbreviated translations for large screens.Eric Fischer2011-01-071-0/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'e308def046345231cae47314e4b5de86d9b79194': Import some unabbreviated translations for large screens.
| * | | Import some unabbreviated translations for large screens.Eric Fischer2011-01-061-0/+6
| | | | | | | | | | | | | | | | Change-Id: Ia34391f488d78ea8c7a980efc330b276500256d7
* | | | am 1c643c7e: Import translations for additional languages.Eric Fischer2011-01-060-0/+0
|\ \ \ \ | |/ / / |/| / / | |/ / | | | * commit '1c643c7e8c13bb758249766b04a7b605179f06fa': Import translations for additional languages.
| * | Import translations for additional languages.Eric Fischer2011-01-0621-0/+630
| | | | | | | | | | | | Change-Id: I69ccc4d420e18384d551ed98cd5591aae1c782be
* | | Don't log an error when SSML has no language.Jean-Michel Trivi2011-01-051-1/+1
| | | | | | | | | | | | Change-Id: I3ce4ce7c121f3f72b242a0edf33b5f6f16e7fdac
* | | Fix bug 2782425 Use the current language if it matches that of the documentJean-Michel Trivi2011-01-041-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an utterance specifies its locale, the checkForLocale() function looks for the index of the supported language that matches it. If the exact locale is not supported, we look for language-only support. But there could already be a match with the currently loaded language. The fix consists in comparing the requested language with the one that is loaded (if any), so we don't load a new one uselessly, AND so the default language is used if it matches. Change-Id: I501d946459ea982466eb804b17e9c43a8203564a
* | | Import revised translations.Eric Fischer2010-12-2320-40/+40
| | | | | | | | | | | | Change-Id: Ie824676fdf1a7bc6a474dbcf34de50c6c2a15c32
* | | Rename Indonesian and Hebrew translations to match Locale.java conventionsEric Fischer2010-12-022-0/+0
| | | | | | | | | | | | Change-Id: I5a2edbfb52b85455a25e5de85a09a7357b57c340
* | | am 467b173c: (-s ours) Import revised translations. DO NOT MERGEEric Fischer2010-11-300-0/+0
|\ \ \ | |/ / | | | | | | | | | * commit '467b173c0f53008cda298597b1ce855250353a01': Import revised translations. DO NOT MERGE
| * | Import revised translations. DO NOT MERGEEric Fischer2010-11-2918-18/+18
| |/ | | | | | | Change-Id: I40a4089fb7d106cdf29c688ca6632d396912e9e7
* | Import revised translations.Eric Fischer2010-11-2918-18/+18
| | | | | | | | Change-Id: Ib16f0528f198b08bace044c74cc192a684d7f9d4
* | Import initial translations for 20 new locales.Eric Fischer2010-11-1720-0/+600
| | | | | | | | Change-Id: I22d1a0084fdfcd6e43aa857d87788f80c19d7642
* | am b86f677f: (-s ours) Import revised translations. DO NOT MERGEEric Fischer2010-11-110-0/+0
|\ \ | |/ | | | | | | * commit 'b86f677faa37dfe00fccd02b04aa652115559796': Import revised translations. DO NOT MERGE
| * Import revised translations. DO NOT MERGEEric Fischer2010-11-0918-18/+18
| | | | | | | | Change-Id: Ia06a2d8d482653ac1f84f11395237498bae56c0e
* | Add a CHAR LIMIT comment for the translators.Eric Fischer2010-11-101-1/+1
| | | | | | | | Change-Id: Ib9875a0ceb04604e11b562834966aba5b5901b02
* | Import revised translations.Eric Fischer2010-11-0919-18/+48
| | | | | | | | Change-Id: I43a13ec32ed907122de67ed744dd93dd1254a095
* | Import revised translations.Eric Fischer2010-10-2720-40/+80
| | | | | | | | Change-Id: I3a0898e6892e4600eda600d75491c2230bd0e258
* | am 33f39ae0: (-s ours) Import revised translations. DO NOT MERGEEric Fischer2010-10-270-0/+0
|\ \ | |/
| * Import revised translations. DO NOT MERGEEric Fischer2010-10-261-2/+2
| | | | | | | | Change-Id: If0e462807556ace000dec207b4368393bec59a08
* | am e492027a: (-s ours) Import revised translations. DO NOT MERGEEric Fischer2010-10-250-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit 'e492027ac082fb4fe621e72dd8de76d8db1e9a0a' * commit 'e492027ac082fb4fe621e72dd8de76d8db1e9a0a': Import revised translations. DO NOT MERGE
| * Import revised translations. DO NOT MERGEEric Fischer2010-10-2520-40/+40
| | | | | | | | Change-Id: Ic7a75fd6e9eb2700571ddb5aa7b2d79bc0becb2d
* | am 26cfad45: Replace shared storage with USB storage.Eric Fischer2010-10-211-2/+2
|\ \ | |/ | | | | | | | | | | Merge commit '26cfad45869a0258e67f663d8fdf3d822ce62bbf' * commit '26cfad45869a0258e67f663d8fdf3d822ce62bbf': Replace shared storage with USB storage.
| * Replace shared storage with USB storage.Eric Fischer2010-10-201-2/+2
| | | | | | | | Change-Id: If0a64976f0068116ef8927bd831d6ca81cfbe68c
* | am ea88c831: (-s ours) Import revised translationsKenny Root2010-10-150-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit 'ea88c83165a094b24e237cd7f2f1617858744fb0' * commit 'ea88c83165a094b24e237cd7f2f1617858744fb0': Import revised translations
| * Import revised translationsKenny Root2010-10-1420-40/+40
| | | | | | | | Change-Id: Iaf07e3d8fafa46e1fb9ba0ef5f1dc25873b56f5b