24 Commits (9a0dcad1ab36a9f0ab60c20af722d6ca50e20191)

Author SHA1 Message Date
  Reece H. Dunn 7ec13c5558 The nat object may be null in nativeDestroy. 12 years ago
  Reece H. Dunn 233da111db TtsService.java: rework the logic to use the new Parameter API. 12 years ago
  Reece H. Dunn cc72825682 SpeechSynthesis.java: expose the different voice options from eSpeak 12 years ago
  Reece H. Dunn 88eab88d8a SpeechSynthesis.java: further simplify the setVoice method. 12 years ago
  Reece H. Dunn 027217d5f7 SpeechSynthesis.java: Simplify the SetVoiceByProperties parameters. 12 years ago
  Reece H. Dunn 23d34d702a SpeechSynthesis.java: provide a binding of the eSpeak Get/SetParameter API. 12 years ago
  Reece H. Dunn e50f9e0055 DEFAULT_SAMPLE_RATE is not needed, so remove it. 12 years ago
  Reece H. Dunn 4d44e88dd2 TtsService: support detecting SSML documents 12 years ago
  Reece H. Dunn ef40dee48c Don't use espeakSSML when synthesizing text as this causes problems for some text. 12 years ago
  Reece H. Dunn 920dc0ad0c Report the eSpeak version in the main activity. 12 years ago
  Reece H. Dunn 03dfacef35 Android.mk: Factor out the ucd-tools files to make it easier to maintain. 12 years ago
  Reece H. Dunn 68ec09ab57 Use the ucd-tools toupper/tolower APIs instead of the Android versions. 12 years ago
  Reece H. Dunn 8bafda70e2 Use the new ucd-tools project for wide-character compatibility on Android. 12 years ago
  Reece H. Dunn 0a37be30b2 Build a version of libttsespeak.so for the MIPS architecture. 12 years ago
  Reece H. Dunn 2c20fe7e33 Application.mk: align the ':=' and remove commented out code 12 years ago
  Reece H. Dunn 1b436168a1 eSpeakService.cpp: use 'delete' instead of 'free' to release memory allocated via 'new'. 12 years ago
  Reece H. Dunn 7dd1d66e4a Fix the shared object name for API 8 compatibility, with tests. 12 years ago
  Reece H. Dunn 3d48180e28 espeakengine: currentRate is not used, so remove it. 12 years ago
  Reece H. Dunn 4529991fe4 espeakengine: avoid leaking memory from currentLanguage. 12 years ago
  Reece H. Dunn f45a01b8e0 espeakengine: correctly implement TtsEngine::setAudioFormat. 12 years ago
  Reece H. Dunn b9c0143a9b Rename libttsespeak.so to libespeak.so. 12 years ago
  Reece H. Dunn 123e55a39c Relocate the package to com.reecedunn.espeak 12 years ago
  Reece H. Dunn bf45142f5d Fix the pitch mapping between Android and eSpeak. 12 years ago
  Reece H. Dunn df0f166fb4 Move the android sources to android/... to avoid polluting the APK when it is being built through eclipse 12 years ago