f0a12ee833
								
							 
						 
						
							
									Fix issue #848: Māori improvements 
							 
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								ea544234ef
								
							 
						 
						
							
									Updates italian source dictionaries 
							 
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								21f9aabf4d
								
							 
						 
						
							
									Fix issue #842: Arabic long vowels are mispronounced 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								0a98398b59
								
							 
						 
						
							
									Fix issue #845: pronunciation for Г and Ґ 
							 
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								7df533b7b7
								
							 
						 
						
							
									Update tests for Klatt voices 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								a90a0fb2bd
								
							 
						 
						
							
									Applied Klatt fixes from NV Access and added Edward variant. 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								39bb091721
								
							 
						 
						
							
									Add new variant, Mike. 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								5ffcc7c6f1
								
							 
						 
						
							
									Update changelog 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								52246c4043
								
							 
						 
						
							
									docs: add more details about language vs voice settings 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								ee6d474e75
								
							 
						 
						
							
									Update hy_rules 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								536f490dae
								
							 
						 
						
							
									Update hy_list 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								3a9de7ae73
								
							 
						 
						
							
									lv: add names for numbers up to 10^30 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								8e697086e9
								
							 
						 
						
							
									docs: add more details for names of 10^3X orders 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								8481ced2d9
								
							 
						 
						
							
									docs: make clear that listed languages are supported in development version, move comments below table 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								c1d9341f86
								
							 
						 
						
							
									docs: add description for `make -B` command 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								bcfc001269
								
							 
						 
						
							
									docs: remove specific clang version from parameters 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								23a3d12195
								
							 
						 
						
							
									Update version and version code 
							 
							
							
Version must be changed in:
- configure.ac
- src/windows/config.h
- android/jni/include/config.h
- android/build.gradle
- android/AndroidManifest.xml 
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								f74ef79c39
								
							 
						 
						
							
									Add Fastlane metadata for F-Droid 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								ec7ebfb3c6
								
							 
						 
						
							
									lv: add more unstressed words 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								5b3da5950a
								
							 
						 
						
							
									Merge pull request #813 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								c9dee003bf
								
							 
						 
						
							
									better explanation and nicer formatting for the ssml reference test. 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								5deac40b1a
								
							 
						 
						
							
									Fix issue #811: improve Interlingua language 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								54d93cf2b4
								
							 
						 
						
							
									code cleanup: move ssml reference handling logic to a new function ParseSsmlReference() 
							 
							
							
It's unclear why c2 needs to be set after an entity reference. 
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								959bf26b6b
								
							 
						 
						
							
									Add a test for XML/SSML character and entity references 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								34657e7ea4
								
							 
						 
						
							
									code cleanup: move check for SSML comments and declarations to 
							 
							
							ProcessSsmlTag()
Note the line in readclause.c:
if ((c2 == '/') || iswalpha(c2) || c2 == '!' || c2 == '?') {
It might be enough to pass everything to ProcessSsmlTag. What are the
cases that are skipped because of this? 
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								75d66c89d0
								
							 
						 
						
							
									code cleanup: Move self_closing checks to ProcessSsmlTag() 
							 
							
							
This is a bit slower since we don't pass n_xml_buf as an argument but
rather get it with a call to wcslen. It is much cleaner though, since
the name ProcessSsmlTag() implies that all processing should be done
there. 
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								50f58168e1
								
							 
						 
						
							
									code cleanup: remove unused *constcharptr and MakeWawe2() 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								3030884809
								
							 
						 
						
							
									Fix issue #801: Cherokee language support is broken 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								85a9e55340
								
							 
						 
						
							
									Update version according to configure.ac, src/windows/config.h and android/jni/include/config.h files 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								cee18705a0
								
							 
						 
						
							
									Remove '\03' (End of text) characters at the beginning of the file 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								38291f5e59
								
							 
						 
						
							
									Support up to 350 voices/languages 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								b06f524f32
								
							 
						 
						
							
									Issue #783: add new voices to the synthesizer 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								a479ae7899
								
							 
						 
						
							
									lv: adjust intonation 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								6d3c1dfb4b
								
							 
						 
						
							
									Add entries for Ido language 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								925052c35f
								
							 
						 
						
							
									Add makefile entries for for Ido language 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								2bdd92811a
								
							 
						 
						
							
									Create language definition file for Ido language 
							 
							
							
Creation of language definition file for Ido language. 
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								bd19024b62
								
							 
						 
						
							
									Create"io_list" for initial Ido language support 
							 
							
							
Creation of "io_list" file for Ido language 
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								ba9b054a55
								
							 
						 
						
							
									Create io_rules 
							 
							
							
Rules for initial support of Ido language. 
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								0f5316d6f5
								
							 
						 
						
							
									Update tr_languages.c 
							 
							
							
Added initial support for Ido language (similar to Esperanto). 
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								0352616de9
								
							 
						 
						
							
									code cleanup: remove ununsed ctrl_embedded 
							 
							
							
It's a duplicate of CTRL_EMBEDDED. 
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								725bdda564
								
							 
						 
						
							
									code cleanup: remove unused variables 
							 
							
							
this_ph_data, N_WAV_BUF, option.device, harm_sqrt_n,  max_hval, next_pause 
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								68874a06f1
								
							 
						 
						
							
									code cleanup: make NumInstnWords() static 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								ee944700f8
								
							 
						 
						
							
									code cleanup: Check all local includes with include-what-you-use 
							 
							
							
Going through files in src/libespeak-ng/, include-what-you-use removed a
few unnecessary includes and included explanations on why a certain
header should be included. This makes tracking globals and dependencies easier.
Running the codebase through IWYU should be repeated after each major
code restIncludes to standard c library weren't checked to avoid
breaking builds with other platforms.
See https://github.com/include-what-you-use/include-what-you-use  
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								5e70981884
								
							 
						 
						
							
									Add common abbreviations in Russian to the test 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								a90234c9ea
								
							 
						 
						
							
									Add to test abbreviations explicitly defined in lv_list file 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								bddd8a8bde
								
							 
						 
						
							
									Merge pull request #795 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								02174e2f76
								
							 
						 
						
							
									Add test for Klatt voices 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								30d5735db5
								
							 
						 
						
							
									docs: fix link and make it more descriptive 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								e6af1e7c59
								
							 
						 
						
							
									docs: make direct links to guides from description to make list of docs shorter 
							 
							
							
							
						 
						5 years ago  
				
					
						
							
								 
						
							
								9adc6e157e
								
							 
						 
						
							
									docs: fix link 
							 
							
							
							
						 
						5 years ago