6ee501b5bb
								
							 
						 
						
							
									[1.46.38] 
							 
							
							Speak names of characters in non-native alphabets (eg. non-Latin).
Language changes: en, nl, pt.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@304  d46cf337-b52f-0410-862d-fd96e6ae7743 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								e4854a9cd6
								
							 
						 
						
							
									Merge branch 'development' 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								5f2c8175c1
								
							 
						 
						
							
									1.46.37 (from http://espeak.sourceforge.net/test/latest.html) 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								303404766e
								
							 
						 
						
							
									Merge branch 'upstream' into development 
							 
							
							
Conflicts:
	dictsource/dict_phonemes
	phsource/compile_report
	platforms/windows/espeakedit/src/speech.h
	platforms/windows/espeakedit/src_copy/speech.h 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								182d88f81e
								
							 
						 
						
							
									[1.46.37] 
							 
							
							Fixes for different sample rates.
Fix bug in 1.46.36 where pause at end of a sentence was missing.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@303  d46cf337-b52f-0410-862d-fd96e6ae7743 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								9172b74343
								
							 
						 
						
							
									[1.46.36] 
							 
							
							espeakedit: Prosody window now shows the FMT() or WAV() filename
and the standard length of the selected phoneme.
Added the ability to produce speech at different sample rates.
To use rates other than the default 22050Hz, the phoneme data must
be recompiled.  This needs the "sox" program to be available.
(sox.sourceforge.net).
espeakedit: Added menu option to compile the phoneme data at a
specified sample rate (rather than the default 22050Hz).
phondata: Includes the value of the sample rate at which the data was compiled.
Language changes: pt.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@302  d46cf337-b52f-0410-862d-fd96e6ae7743 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								3b2094592c
								
							 
						 
						
							
									Merge branch 'development' 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								c1e02cb0b8
								
							 
						 
						
							
									1.46.35 (from http://espeak.sourceforge.net/test/latest.html) 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								ee26fcec34
								
							 
						 
						
							
									Merge branch 'upstream' into development 
							 
							
							
Conflicts:
	dictsource/dict_phonemes
	phsource/compile_report 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								62e163701b
								
							 
						 
						
							
									[1.46.35] 
							 
							
							Added error detection in espeak_Synchronize().
Compile Phonemes: fixed resampling of WAV files to eSpeak's sample rate (needs 'sox').
Language changes: pt, en, fa.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@301  d46cf337-b52f-0410-862d-fd96e6ae7743 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								dca165e28d
								
							 
						 
						
							
									Merge branch 'development' 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								1de6c42722
								
							 
						 
						
							
									Merge branch 'upstream' into development 
							 
							
							
Conflicts:
	dictsource/dict_phonemes
	phsource/compile_report 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								d07bc6bfa5
								
							 
						 
						
							
									[1.46.34] 
							 
							
							Changes to languages: pt, en, vi
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@300  d46cf337-b52f-0410-862d-fd96e6ae7743 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								bfc2bd2495
								
							 
						 
						
							
									Merge branch 'development' 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								cd6a5c6834
								
							 
						 
						
							
									1.46.34 (from http://espeak.sourceforge.net/test/latest.html) 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								6594f081e6
								
							 
						 
						
							
									eSpeak for Android 1.46.32 (rev: 10) 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								2c1c3c53bd
								
							 
						 
						
							
									espeakdata: add a default group to the fa_rules file so it compiles correctly 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								48fa803bc4
								
							 
						 
						
							
									TtsService.java: ensure that the voice data is installed/upgraded correctly. 
							 
							
							
When using assistive technology like TalkBack and not accessing
either the eSpeak application or the Android TTS settings
directly, the voice data would previously not be installed/upgraded
correctly.
The approach here is to move the logic to onIsLanguageAvailable so
that if the espeak voice data is not installed or is upgradable
then trigger an install of the voice data and return
TextToSpeech.LANG_MISSING_DATA. 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								199029e97e
								
							 
						 
						
							
									TtsService.java: use the context from the TtsService object itself 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								60e89f4f58
								
							 
						 
						
							
									Merge branch 'development' 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								5e673ec285
								
							 
						 
						
							
									1.46.33 (from http://espeak.sourceforge.net/test/latest.html) 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								d9e0cbd4c2
								
							 
						 
						
							
									Merge branch 'upstream' into development 
							 
							
							
Conflicts:
	dictsource/dict_phonemes
	phsource/compile_report 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								9d0a23bb1c
								
							 
						 
						
							
									TtsService.java: also report TextToSpeech.LANG_MISSING_DATA if the base resources are not found or the data can be upgraded. 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								1e52512637
								
							 
						 
						
							
									TtsService.java: report TextToSpeech.LANG_MISSING_DATA if the engine has not been initialized. 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								a7bb3eb790
								
							 
						 
						
							
									Make eSpeak-specific setting changes apply immediately. 
							 
							
							
This reverts commit 433a0a0455 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								1e518f1df2
								
							 
						 
						
							
									[1.46.33] 
							 
							
							Fix bug, some letter names spoken wrongly (eg. accented letters).
Recognize Arabic full-stop (U+06D4).
Changes to languages: en, pt, ka.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@299  d46cf337-b52f-0410-862d-fd96e6ae7743 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								a7a810a009
								
							 
						 
						
							
									CheckVoiceData.java: remove unused import statement. 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								7f6bfd929b
								
							 
						 
						
							
									TtsSettingsActivity.java: use PreferenceFragment on Honeycomb and later. 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								af41da058f
								
							 
						 
						
							
									Merge branch 'master' into android 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								6a74024a9e
								
							 
						 
						
							
									Merge branch 'development' 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								2ec786ae07
								
							 
						 
						
							
									Merge branch 'upstream' into development 
							 
							
							
Conflicts:
	dictsource/dict_phonemes
	phsource/compile_report 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								a3ad82219d
								
							 
						 
						
							
									[1.46.32] 
							 
							
							Language changes: en, pt, da, an, fa.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@298  d46cf337-b52f-0410-862d-fd96e6ae7743 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								0c499c84e9
								
							 
						 
						
							
									eSpeak for Android 1.46.31 (rev: 9) 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								3f5b5bb521
								
							 
						 
						
							
									android: support the Aragonese and Farsi/Persian voices from 1.46.31 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								b425ded8f0
								
							 
						 
						
							
									Merge branch 'master' into android 
							 
							
							
Conflicts:
	src/voices.cpp 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								099b6a3bbb
								
							 
						 
						
							
									autotools: build the 'an' and 'fa' dictionaries 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								2d0b6b7dee
								
							 
						 
						
							
									Merge branch 'development' 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								2fbab050f9
								
							 
						 
						
							
									1.46.31 (from http://espeak.sourceforge.net/test/latest.html) 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								851dfd38e5
								
							 
						 
						
							
									Merge branch 'upstream' into development 
							 
							
							
Conflicts:
	dictsource/dict_phonemes
	phsource/compile_report 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								b590876def
								
							 
						 
						
							
									[1.46.31] 
							 
							
							Added languages: fa (Farsi), an (Aragon).
Changes to languages: pt, si, ne.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@297  d46cf337-b52f-0410-862d-fd96e6ae7743 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								a24b46f880
								
							 
						 
						
							
									autotools: use the variables from autotools for the install locations. 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								4b0a83b425
								
							 
						 
						
							
									Makefile.am: typo -- s/REFIX/PREFIX/ 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								1dc6c0a57d
								
							 
						 
						
							
									src/Makefile.am: Don't make 'install' depend on 'all'. 
							 
							
							
This fixes the issue where installing will re-generate
the voices and may sometimes fail setting up the
shadow directories in the espeak-data folder. 
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								c8526d17f8
								
							 
						 
						
							
									autotools: add a COPYING file with the GPL v3 license to make autotools happy. 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								a8bc86bfd9
								
							 
						 
						
							
									configure.ac: drop autoconf requirement to 2.63 to support more systems (e.g. the OLPC XO-1) 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								6edd17eb0c
								
							 
						 
						
							
									Add tests verifying that calling getSampleText does not change the apps locale. 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								f455a466c3
								
							 
						 
						
							
									Do not add a voice if the Locale assigns a blank ISO3 language code. 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								df1adcfcfb
								
							 
						 
						
							
									Use zh-HK for Cantonese Chinese as Android does not properly support the yue language code. 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								920dc0ad0c
								
							 
						 
						
							
									Report the eSpeak version in the main activity. 
							 
							
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								a451efc6e4
								
							 
						 
						
							
									Merge branch 'master' into android 
							 
							
							
							
						 
						12 years ago