Reece H. Dunn
c14cfbf912
SpeechSynthesis: test for and prevent duplicate voice entries
10 years ago
Reece H. Dunn
cb41b502e3
Merge branch 'master' into android
10 years ago
Reece H. Dunn
6fa2e34c7f
Revert "DownloadVoiceData: check the mkdir return value"
This reverts commit 6ac54860a1
.
This change was preventing the voice data from being installed.
10 years ago
Reece H. Dunn
34634569f8
ko is present in espeak-data/voices/asia, rm from test/
10 years ago
Reece H. Dunn
1740026c1c
SpeechSynthesisTest: make mVoices a Map
10 years ago
Reece H. Dunn
58047cef67
[Android 5.0] TTS settings crashes on hye-arevmda
10 years ago
Reece H. Dunn
f4adda18b4
Voice: use the ISO3 language and country codes
The Android 5.0 Text-to-speech output settings dialog checks that
the languages from CheckVoiceData use the ISO3 language and
country codes. This change matches that expectation.
10 years ago
Reece H. Dunn
736986d609
TextToSpeechService: support SynthesisRequest.getVoiceName
10 years ago
Reece H. Dunn
1c0e4cfaa9
TextToSpeechService: use a HashMap for the voices.
This improves the performance of looking up a voice by name.
10 years ago
Reece H. Dunn
cfb2f9d3cb
Fix TextToSpeech,setLanguage on Android 5.0.
As of Android 5.0, TextToSpeech.setLanguage calls the new
TextToSpeechService.onGetDefaultVoiceNameFor(lang,country,variant)
and uses the specified voice name.
The default Android 5.0 implementation of onGetDefaultVoiceNameFor
does not work with eSpeak. This provides a working implementation.
This fixes the TextToSpeechTest.testLanguages tests on Android 5.0.
10 years ago
Reece H. Dunn
98208df155
TextToSpeechTest: provide more context information
10 years ago
Reece H. Dunn
dbb259056e
Add CheckVoiceData activity tests.
10 years ago
Reece H. Dunn
c9003c50ba
TextToSpeech: test and fix onIsValidVoiceName
10 years ago
Reece H. Dunn
daa9326eb2
TextToSpeechTest: languages with codes not supported by Android are not present
10 years ago
Reece H. Dunn
83326027bf
TextToSpeechTest: factor out the language checks
10 years ago
Reece H. Dunn
f9912e0c41
TtsService: fix and test onGetVoice.
The default Android 5.0 implementation enumerates the available
locales. This enumerates the voices returned by eSpeak.
10 years ago
Reece H. Dunn
702f8be24f
TextToSpeechTest: always test getLanguage.
This changes the getLanguage helper to return the result from
getLanguage on all platform versions, disabling the deprecated
message on API 21 and above.
10 years ago
Reece H. Dunn
7846e91089
TtsService: add wrappers for the new voice APIs.
This adds method declarations for the new voice APIs, forwarding
them to the default implementations.
10 years ago
Reece H. Dunn
d90e58f9cd
Fix deprecated SynthesisRequest.getText usage.
10 years ago
Reece H. Dunn
0dd897471c
tests: initial language may be null
10 years ago
Reece H. Dunn
3d2308e285
Use API 21.
10 years ago
Reece H. Dunn
6ac54860a1
DownloadVoiceData: check the mkdir return value
10 years ago
Reece H. Dunn
8fe359d0e4
Remove unused imports.
10 years ago
Reece H. Dunn
3eab09e166
tests: fix the expected string tests on Android 4
10 years ago
Reece H. Dunn
cc0341e799
tests: map TextToSpeech.LANG_* to strings.
This creates a custom hamcrest matcher that maps the TextToSpeech
LANG_* constants to strings. This makes it easier to read the
text output when the tests fail.
10 years ago
Reece H. Dunn
328f4cfdc9
Test and fix Java to IANA country code mapping.
10 years ago
Reece H. Dunn
6576742917
Test and fix Java to IANA language code mapping.
10 years ago
Reece H. Dunn
f68efe7224
tests: update the expected strings for Android 5.0
10 years ago
Reece H. Dunn
1cfb433438
tests: update the voice data
10 years ago
Reece H. Dunn
c006d1c696
espeak 1.48.11
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJUA1K3AAoJENv8icfo4dtDGJsQAI6bdUhdswRrquQVk3tAXui0
ZhJprK/0J1VYT5FAo5vlYUdrxiozWQlcJprsbKnF4NmMPkBDTZvde9Q5iKBZy58f
MvTBlD36XEqEcxspzxWNoST3XPZp/oUB9l9q5oA2IRwz649ABd7s12bv/NSdrXwC
MgqZ5JO4TLvTk/a2eexoX6QSjRv09JLTfqeS945BrezbZJkf3t+UgVSe4qH0yQb9
2tr0cpHvGrFOKmN+DPOpmR6epM/jdMFGvAifLnv9ux/KnmAV7CmyTfBvurZDBkHg
JN8rP73o8I+3NSjP8gobqRp7baWdp8HV/AmDhRZ2oAV+c2zI5+qrr6/fAenHvDjJ
N0OTIf7oUG1KH0OMBVLXav8j7lsU6iJWTxWVC7wBqlf3cyxozCMND92nsiMcEyHe
KMQTut69jgWOOt4IDx6BQtjvTdLrGx+utF0Y80gZnWeJdi7ifgg5qkt8+ZQIIkr2
jM9E6PghmanASHCXGXjOGmenRyAkSYdufWND+hUd0CtYoc/ShbE+XqigzhxTWD2L
PN1y+DEQhxEZxU35jDvEZcJFb3aP8eNMKcTxQvDH7a4QpF7evzjvuLIubFYGEoEy
lUuTjtbZJSxYEVPSnbHxNon+y4R7hp22C+ZJINKgjdKKMeAvgtszHCTmy+myzKhM
K/tWXLPAUsP6/dDz3v23
=71rY
-----END PGP SIGNATURE-----
Merge tag '1.48.11' into android
espeak 1.48.11
Conflicts:
Makefile.am
10 years ago
Reece H. Dunn
1c78ef70ba
autotools: support using a custom gradle command
10 years ago
Reece H. Dunn
bc5e919663
build.gradle: update to the latest gradle plugin version
10 years ago
Reece H. Dunn
81955300d6
Merge branch 'development'
Conflicts:
src/Makefile
11 years ago
Reece H. Dunn
1af0afa88c
1.48.11 (from http://espeak.sourceforge.net/test/latest.html)
11 years ago
Reece H. Dunn
7c90388216
Merge branch 'upstream' into development
Conflicts:
dictsource/dict_phonemes
phsource/compile_report
11 years ago
jonsd
b27f69bb5a
[1.48.11]
Command-line: added options --sep --tie.
API, changed the meaning of the "phonememode" parameter in espeak_SetPhonemeTrace() and espeak_TextToPhonemes().
Language changes to: en, eu, pt.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@385 d46cf337-b52f-0410-862d-fd96e6ae7743
11 years ago
Reece H. Dunn
c231e8ef1a
autogen.sh: OpenBSD does not support '-v' on ls
11 years ago
Reece H. Dunn
47af3ade04
autogen.sh: fix libtoolize detection on Mac OSX
11 years ago
Reece H. Dunn
7beaef4499
mbrola/de6: support syllabic m and n
11 years ago
Reece H. Dunn
55b2e01a6c
autotools: support building the mbrola phtrans files
11 years ago
Reece H. Dunn
560b214623
Merge branch 'development'
11 years ago
Reece H. Dunn
280c4f836e
1.48.10a (from http://espeak.sourceforge.net/test/latest.html)
11 years ago
Reece H. Dunn
b64beb8b23
Merge branch 'upstream' into development
Conflicts:
dictsource/dict_phonemes
11 years ago
jonsd
2315736555
[1.48.10a]
Fix: missing updates for mbrola US voices.
Fixes for language: ta.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@384 d46cf337-b52f-0410-862d-fd96e6ae7743
11 years ago
Reece H. Dunn
543223441d
Update to support the voice changes (ia, bn)
11 years ago
Reece H. Dunn
00669bac64
README: fix instructions mangled from a merge conflict
11 years ago
Reece H. Dunn
07d638985f
README: update the location of the built apk file
11 years ago
Reece H. Dunn
679ae0dab2
README: building with Eclipse is no longer supported
11 years ago
Reece H. Dunn
d680b29259
espeak 1.48.10
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJT5hLpAAoJENv8icfo4dtD+8cP/i0IWiZwNAFWPjXwDBCX9kCE
uYgEq2K3yNy+nfuFLAbMVKST7N6jebNvSgAKSBePrAisC4sIgwuEKy4OwYiiAHOR
5Xq773dsDBbSSzMWwOj9tebaH7pRVWGkPmrgyPX+GbnCyOuuSYgUuWdhMCrfYd0o
KEYqRddzOGNPH7a8Bj8djJQ7I4wgP7I5xl7Zct2nlJEsPWoz7xVYMEd+AhLYgxBO
+2N/xreUQk3PAImN5+ac5ozkr4BqPupEKqVmdjCMUrK77u1nJJ2qS28CLuVCS11l
Kca1Rf+Soop4K/Dd/qfkIdxJsbWgEu61rBApMM9e4CSCditoyg2vL2beWMewv2i2
0QWu/tR2wMnE8wDwfWmat1tWdgBp0zs26Pr3PbznVg3/H1zvV+lMKKutnHiIfyzy
9Qxt6HIDoes9ZMAY+9PnnIk2pvYFQF7yiB7qih+RRtEh3RLR96qTGuoihM76Lk47
aLbdtPUhoN9jYXhIBokfyyPRMZNdF3aaSDoP29rcgr4M18E2vkq/dFemC0YSy55w
ytests4l6iP5U1BV2UTrxIo+kUWPfMfhiKo9qcEbQcHreHVy5rN05fDg54ww3Dx9
2/gS98OVprvt72pklptlSyRYgD9xnkx4ICUJUUGvvOy4rgBy5vCMjVMSQVpHZQFq
hFV+JnKJEmEH3AxobJ25
=s3ux
-----END PGP SIGNATURE-----
Merge tag '1.48.10' into android
11 years ago
Reece H. Dunn
343b900eb1
espeak 1.48.09
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJT3NtLAAoJENv8icfo4dtDz7QP+wYcswXAjyDt1WVqrd7rh70e
9F2WgAXS5rc3bOEOZCpVAMBa959/+ZdA2DJ+8fgnXk6HmxFAVvh4NlI80jYSxXO+
lWuYDS83PGyxqidP8BPUWX3Em6VdxSrSFx15/b90rPxC4IniC0ILGtXyI7dPE62A
yrz3Q52zV1wc6kL51Menm5uz0NP8LsTOCPOfxSO0qa5i3Dor7lZi0TQZGyD55UGZ
J6e0HTIz0TJuRvL3vwyJG6lxZs+IYe4Q1kpbp5e4eEl0F20lapXj8IPerRR6rVz8
C646u5cFDjMW6p9ln+lmeRzh7XcsdMh09XfCjJyvvyi5bPLOzpvBpuH7q9Xy5ps5
wI70GXaqSrGIw1kD/Z2kzObRD6Ozpwazp0EPnpaIT1Ij7Rb/PpXq8H+DXfx31+Nn
S760JPkQK+OG4nvVs6H+UxjAc6KjrV01dMDd7KyemC+yPc6O+L1D3D1NEFbCLmES
LS2Rgxm+rjRsMW2bDhunf9DRXqCHfn5yBVQNbmrUF7iEIdeR880DoWsWd9h64eCY
YCuXRc8NAccBc8F7CZLMoU3gdsXykvx8yk0rt4e6JRpa+jKC1hthE2vbWLBi23sr
W6mIkAogyCBSa7tkZ/rKytDHI2CYq05LdS3XjWfKVK2/uLJcBsX46BIFQ3YEqmLl
EGPBLQKZIHeZWswAI6Ql
=4pC+
-----END PGP SIGNATURE-----
Merge tag '1.48.09' into android
11 years ago