1. 0bad919 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  2. fa3f425 Merge "Fix a pico bug." by Narayan Kamath · 13 years ago
  3. 7c362b6 Use the new settings API for pico. by Narayan Kamath · 13 years ago
  4. 398201b Fix a pico bug. by Narayan Kamath · 13 years ago
  5. 8b96d41 libttspico should be optional, installed only when PicoTts is. by Narayan Kamath · 13 years ago
  6. d797485 Update pico to use the new TTS API. by Narayan Kamath · 13 years ago
  7. dcaa28d Fix TTS breakage by Narayan Kamath · 13 years ago
  8. ea2af83 Minor makefile refactoring. by Narayan Kamath · 13 years ago
  9. 7ffd31b Break dependency between pico and the audio system. by Narayan Kamath · 13 years ago
  10. bfbc7bf update for new audio.h header location by Dima Zavin · 14 years ago
  11. 7ed4bd6 svox: convert to use new audio.h by Dima Zavin · 14 years ago
  12. e246fcc Clean JNI data pointer in shutdown() by Bjorn Bringert · 14 years ago
  13. 9ec0645 Use new SynthesisRequest.error() by Bjorn Bringert · 14 years ago
  14. 3e3743f Add external storage perm to Pico by Bjorn Bringert · 14 years ago
  15. 7660576 Add DEFAULT category to Pico TTS service by Bjorn Bringert · 14 years ago
  16. f41e1f8 Port Pico to new TTS engine API by Bjorn Bringert · 14 years ago
  17. 8a1dd2d external/svox: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
  18. b98275a am baadee21: am 97a3fdf7: Merge "Remove duplicate item to avoid compiling error" by David Turner · 14 years ago
  19. 8dda5a2 Don't log an error when SSML has no language. by Jean-Michel Trivi · 14 years ago
  20. 410a1a0 Fix bug 2782425 Use the current language if it matches that of the document by Jean-Michel Trivi · 14 years ago
  21. a3a82fd Remove duplicate item to avoid compiling error by Chih-Wei Huang · 14 years ago
  22. c98d8df Manual merge of c90f05ad by Jean-Baptiste Queru · 14 years ago
  23. c90f05a Clean up makefiles for TTS data files. by Jean-Baptiste Queru · 14 years ago
  24. e0faec1 Remove redundant initilization to get rid of gcc-4.5 warning: by Jing Yu · 14 years ago
  25. 8e19943 For issue #2651381, allow library prelinking. by Dan Bornstein · 15 years ago
  26. d64ebda Fix for bug 2579445 - fix to use the correct strings for the Intent extras. by Charles Chen · 15 years ago
  27. 94b75d4 Add i18n'd strings for the Pico settings screen. by Jean-Michel Trivi · 15 years ago
  28. c0991ba Adding an EngineSettings screen to Pico that enables languages by Charles Chen · 15 years ago
  29. 68d3a7e Merge "Adding SettingsProvider to Pico so that the external storage path for the voice data is coming from Environment and is not hardcoded as /sdcard/" by Charles Chen · 15 years ago
  30. 2f9eabc Adding SettingsProvider to Pico so that the external storage path by Charles Chen · 15 years ago
  31. 5ec310c Update the Pico manager layer to use the engine configuration to by Jean-Michel Trivi · 15 years ago
  32. 53a14fa Update manager layer according to interface change to receive by Jean-Michel Trivi · 15 years ago
  33. 2821fc1 Fix bug 2449825 Patch from SVOX by Jean-Michel Trivi · 15 years ago
  34. df387f9 Revert energy distribution update introduced in Pico engine 1.1.0.2 by Jean-Michel Trivi · 15 years ago
  35. ffc4e5e Merge "Patch from SVOX: 1.1.0.2 Engine Release Issues fixed since 1.1.0.0: - closing tags not interpreted in some cases where enclosed text contains a smaller-then sign - Discontinuities in energy transformation - Lexicon Access: entry with empty phonetic transcription mistaken as :G2P in seldom cases" by Jean-Michel Trivi · 15 years ago
  36. e9f72c8 Patch from SVOX: 1.1.0.2 Engine Release by Jean-Michel Trivi · 15 years ago
  37. 97854c7 Merge "Adding support to check voice data and return lists of available and unavailable voices." by Charles Chen · 15 years ago
  38. 8bc57e0 Adding support to check voice data and return lists of by Charles Chen · 15 years ago
  39. fcc21f4 Fix bug 2098375 patch from SVOX to correct string ending of camelCase by Jean-Michel Trivi · 15 years ago
  40. 32fe67d Fix bug 2373038 by Jean-Michel Trivi · 15 years ago
  41. f7eb8dc Patches from SVOX on lingware for de-DE, en-US, fr-FR for XSAMPA support. by Jean-Michel Trivi · 15 years ago
  42. fb6d3da The automerger missed this change, and then skipped when we switched branches merge paths. by Jean-Michel Trivi · 15 years ago
  43. 6134dce Correct sample strings for Pico to translate the "with Pico" in each by Jean-Michel Trivi · 15 years ago
  44. ce6b1f9 Adding GetSampleText activity to SVOX Pico so that it can self by Charles Chen · 15 years ago
  45. 19f5f6b Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  46. 3dca818 Do not use a user tag on apps, as it is ignored. by Jean-Baptiste Queru · 15 years ago
  47. 86fbb9e Corrected TTS XSAMPA test suite with corrected phoneme transcriptions. by Jean-Michel Trivi · 15 years ago
  48. 3cebc19 Contribute to fixing 2105195. Fix the IPA to XSAMPA mapping for by Jean-Michel Trivi · 15 years ago
  49. 8929281 Contribute to fixing bug 2105195 where some phonemmes are not correctly by Jean-Michel Trivi · 15 years ago
  50. 10ee141 Merge change 26632 into eclair by Android (Google) Code Review · 15 years ago
  51. e76209c Integrate patch from SVOX to complete IPA to XSAMPA mapping. by Jean-Michel Trivi · 15 years ago
  52. e3ca675 Add 283 tests to exercise the XSAMPA langague specific characters for TTS. by Jean-Michel Trivi · 15 years ago
  53. 070c046 Removing camelCase processing from TTS management layer until new code drop. by Jean-Michel Trivi · 15 years ago
  54. 4314a84 am 39478b66: Fix the issue where the native lib for the Pico TTS engine gets copied both to /system/lib and the PicoTts.apk (where it gets installed to /data/data/com.svox.pico/lib/). by Jean-Michel Trivi · 15 years ago
  55. d434f44 Integrate SVOX patch to pre-process camelCase'd text before sending by Jean-Michel Trivi · 15 years ago
  56. 39478b6 Fix the issue where the native lib for the Pico TTS engine gets by Jean-Michel Trivi · 15 years ago
  57. b66af79 am c5cd3096: Integrate the latest SVOX en-US update with the following improvements: -preprocessing rules for words written with hyphen ("co-pilot") -preprocessing rules for chapter number reading ("1.0.0”) -a number of words (6085) added to the external lexicon wit by Jean-Michel Trivi · 15 years ago
  58. c5cd309 Integrate the latest SVOX en-US update with the following improvements: by Jean-Michel Trivi · 15 years ago
  59. 9d89502 Revert "Integrate latest SVOX code drop that affects output signal generation" by Jean-Michel Trivi · 15 years ago
  60. 3b9e0ee Integrate latest SVOX code drop that affects output signal generation by Jean-Michel Trivi · 15 years ago
  61. bcda271 am 254a9349: Updating the TextToSpeech data files to make the TTS sound louder. This is a fix for bug 2046705. by Charles Chen · 15 years ago
  62. 6bcede2 Merge change 21591 into eclair by Android (Google) Code Review · 15 years ago
  63. 7bc39b0 Integrate SVOX update that offers two modes to reset the engine: soft by Jean-Michel Trivi · 15 years ago
  64. 254a934 Updating the TextToSpeech data files to make the TTS sound louder. by Charles Chen · 15 years ago
  65. 93af9c7 Add missing license files by Jean-Baptiste Queru · 15 years ago
  66. fd2129f Fix bug 2046705. Check in the latest en-US TTS voice file received from SVOX. by Jean-Michel Trivi · 15 years ago
  67. f98d728 Fix bug 2022435. by Jean-Michel Trivi · 15 years ago
  68. 94ebc23 Fix bug 2022435. by Jean-Michel Trivi · 15 years ago
  69. a8d076f Fix bug 2022411. by Jean-Michel Trivi · 15 years ago
  70. 296c73c Merge change 9078 into donut by Android (Google) Code Review · 15 years ago
  71. feb92eb Updating binary voice files for en-US for better quality. by Charles Chen · 15 years ago
  72. dd1501a Fix bug 1997567. Integrate the latest SVOX code drop which fixes the by Jean-Michel Trivi · 15 years ago
  73. b641dea Fix bug 2017664. by Jean-Michel Trivi · 15 years ago
  74. 0e684c3 Lower the synthesis volume values to prevent saturation. by Jean-Michel Trivi · 15 years ago
  75. ce9b03d Applying a workaround to fix the language switching problem with Pico TTS. by Charles Chen · 15 years ago
  76. 474a319 Workaround to enable the default volume to be adjusted. by Charles Chen · 15 years ago
  77. de0498d Reducing the chances of mangled audio output by by Charles Chen · 15 years ago
  78. 0253f57 Fix a bug in Pico TTS engine where the current utterance couldn't be by Jean-Michel Trivi · 15 years ago
  79. 498b2c1 Use new return code name in voice data check activity when sd card by Jean-Michel Trivi · 15 years ago
  80. 457577f Temporary change to not break the build while renaming TextToSpeech.Engine.CHECK_VOICE_DATA_MISSING_DATA_NO_SDCARD to CHECK_VOICE_DATA_MISSING_DATA_NO_EXTERNAL_STORAGE. by Jean-Michel Trivi · 15 years ago
  81. 1ee916b In TTS Pico engine: use locale strings as defined for SSML. by Jean-Michel Trivi · 15 years ago
  82. 5da148e Fix bug where Pico TTS engine doesn't synthesize anything if there by Jean-Michel Trivi · 15 years ago
  83. 744a0e6 Integrate SVOX fix for bug where the XSAMPA word separator was causing by Jean-Michel Trivi · 15 years ago
  84. 87d6d3b Merge change 6491 into donut by Android (Google) Code Review · 15 years ago
  85. 4bbdb2d Integrate latest SVOX code drop, includes support for the phoneme tag. by Jean-Michel Trivi · 15 years ago
  86. 9ff6c8f Adding extras to the CheckVoiceData activity return result. by Charles Chen · 15 years ago
  87. 39358f0 - Integrate SVOX's latest code drop. by Jean-Michel Trivi · 15 years ago
  88. 5f6105e In TTS engine: don't hardcode language string length. by Jean-Michel Trivi · 15 years ago
  89. 9b08cc4 Implement in pico TTS engine the methods to query the availability for a language, by Jean-Michel Trivi · 15 years ago
  90. b8f46ad Use the same interface in the TTS engine interface for setLanguage and loadLanguage. by Jean-Michel Trivi · 15 years ago
  91. 1284d93 Moving PicoTts plugin under the pico directory of external/svox by Charles Chen · 15 years ago
  92. 98f0aff Adding in tree the SVOX language files for the PICO Text-To-Speech engine. by Jean-Michel Trivi · 15 years ago