c14cfbf912
								
							 
						 
						
							
									SpeechSynthesis: test for and prevent duplicate voice entries 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								cb41b502e3
								
							 
						 
						
							
									Merge branch 'master' into android 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								6fa2e34c7f
								
							 
						 
						
							
									Revert "DownloadVoiceData: check the mkdir return value" 
							 
							
							
This reverts commit 6ac54860a1 
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								34634569f8
								
							 
						 
						
							
									ko is present in espeak-data/voices/asia, rm from test/ 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								1740026c1c
								
							 
						 
						
							
									SpeechSynthesisTest: make mVoices a Map 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								58047cef67
								
							 
						 
						
							
									[Android 5.0] TTS settings crashes on hye-arevmda 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								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. 
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								736986d609
								
							 
						 
						
							
									TextToSpeechService: support SynthesisRequest.getVoiceName 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								1c0e4cfaa9
								
							 
						 
						
							
									TextToSpeechService: use a HashMap for the voices. 
							 
							
							
This improves the performance of looking up a voice by name. 
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								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. 
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								98208df155
								
							 
						 
						
							
									TextToSpeechTest: provide more context information 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								dbb259056e
								
							 
						 
						
							
									Add CheckVoiceData activity tests. 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								c9003c50ba
								
							 
						 
						
							
									TextToSpeech: test and fix onIsValidVoiceName 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								daa9326eb2
								
							 
						 
						
							
									TextToSpeechTest: languages with codes not supported by Android are not present 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								83326027bf
								
							 
						 
						
							
									TextToSpeechTest: factor out the language checks 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								f9912e0c41
								
							 
						 
						
							
									TtsService: fix and test onGetVoice. 
							 
							
							
The default Android 5.0 implementation enumerates the available
locales. This enumerates the voices returned by eSpeak. 
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								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. 
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								7846e91089
								
							 
						 
						
							
									TtsService: add wrappers for the new voice APIs. 
							 
							
							
This adds method declarations for the new voice APIs, forwarding
them to the default implementations. 
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								d90e58f9cd
								
							 
						 
						
							
									Fix deprecated SynthesisRequest.getText usage. 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								0dd897471c
								
							 
						 
						
							
									tests: initial language may be null 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								3d2308e285
								
							 
						 
						
							
									Use API 21. 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								6ac54860a1
								
							 
						 
						
							
									DownloadVoiceData: check the mkdir return value 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								8fe359d0e4
								
							 
						 
						
							
									Remove unused imports. 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								3eab09e166
								
							 
						 
						
							
									tests: fix the expected string tests on Android 4 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								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. 
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								328f4cfdc9
								
							 
						 
						
							
									Test and fix Java to IANA country code mapping. 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								6576742917
								
							 
						 
						
							
									Test and fix Java to IANA language code mapping. 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								f68efe7224
								
							 
						 
						
							
									tests: update the expected strings for Android 5.0 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								1cfb433438
								
							 
						 
						
							
									tests: update the voice data 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								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 
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								1c78ef70ba
								
							 
						 
						
							
									autotools: support using a custom gradle command 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								bc5e919663
								
							 
						 
						
							
									build.gradle: update to the latest gradle plugin version 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								81955300d6
								
							 
						 
						
							
									Merge branch 'development' 
							 
							
							
Conflicts:
	src/Makefile 
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								1af0afa88c
								
							 
						 
						
							
									1.48.11 (from http://espeak.sourceforge.net/test/latest.html) 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								7c90388216
								
							 
						 
						
							
									Merge branch 'upstream' into development 
							 
							
							
Conflicts:
	dictsource/dict_phonemes
	phsource/compile_report 
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								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  
				
					
						
							
								 
						
							
								c231e8ef1a
								
							 
						 
						
							
									autogen.sh: OpenBSD does not support '-v' on ls 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								47af3ade04
								
							 
						 
						
							
									autogen.sh: fix libtoolize detection on Mac OSX 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								7beaef4499
								
							 
						 
						
							
									mbrola/de6: support syllabic m and n 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								55b2e01a6c
								
							 
						 
						
							
									autotools: support building the mbrola phtrans files 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								560b214623
								
							 
						 
						
							
									Merge branch 'development' 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								280c4f836e
								
							 
						 
						
							
									1.48.10a (from http://espeak.sourceforge.net/test/latest.html) 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								b64beb8b23
								
							 
						 
						
							
									Merge branch 'upstream' into development 
							 
							
							
Conflicts:
	dictsource/dict_phonemes 
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								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  
				
					
						
							
								 
						
							
								543223441d
								
							 
						 
						
							
									Update to support the voice changes (ia, bn) 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								00669bac64
								
							 
						 
						
							
									README: fix instructions mangled from a merge conflict 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								07d638985f
								
							 
						 
						
							
									README: update the location of the built apk file 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								679ae0dab2
								
							 
						 
						
							
									README: building with Eclipse is no longer supported 
							 
							
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								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  
				
					
						
							
								 
						
							
								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