Juho Hiltunen
							
						 
						
							
								a4041952c5
								
							 
						 
						
							
									code cleanup: remove unused references to f_log 
							 
							
							 
							
							
							
							
f_log is only used in compiledict.c. 
							
						 
						5 years ago  
					 
				
					
						
							
								   Juho Hiltunen
							
						 
						
							
								713e8a9e2c
								
							 
						 
						
							
									code cleanup: remove unused parameter from SetUpPhonemeTable. 
							 
							
							 
							
							
							
							
See commit 65847bd251 . Bool recursing is not used for
anything anymore. Fixes a (compiler warning. 
							
						 
						5 years ago  
					 
				
					
						
							
								   Juho Hiltunen
							
						 
						
							
								65847bd251
								
							 
						 
						
							
									code cleanup: remove phoneme_tab_flags 
							 
							
							 
							
							
							
							
It is memset and set once, but never checked or used for anything. 
							
						 
						5 years ago  
					 
				
					
						
							
								   Juho Hiltunen
							
						 
						
							
								c0ff3696b9
								
							 
						 
						
							
									code cleanup: change global int current_phoneme table to static 
							 
							
							 
							
							
							
							
It's only used in SpeakNextClause() and related to SelectPhonemeTable().
Another solution void be to keep SelectPhonemeTable() as a void function
and do a current_phoneme_table = voice->phoneme_tab_ix after the call to
SelectPhonemeTable(). 
							
						 
						5 years ago  
					 
				
					
						
							
								   Juho Hiltunen
							
						 
						
							
								992745508e
								
							 
						 
						
							
									code cleanup: pass voice_t wvoice as a parameter to Wavegen() instead of using a 
							 
							
							 
							
							
							
							global 
							
						 
						5 years ago  
					 
				
					
						
							
								   Juho Hiltunen
							
						 
						
							
								3b4cca4832
								
							 
						 
						
							
									code cleanup: combine Wavegen() and Wavegen2(). 
							 
							
							 
							
							
							
							
    Wavegen2() only had one if-statement and then called
    Wavegen(). Wavegen() was never called directly. 
							
						 
						5 years ago  
					 
				
					
						
							
								   Juho Hiltunen
							
						 
						
							
								9232f1911e
								
							 
						 
						
							
									code cleanup: remove unnecessary references to out_start. 
							 
							
							 
							
							
							
							
Unsigned char *out_start is a global only used in speech.c. 
							
						 
						5 years ago  
					 
				
					
						
							
								   Juho Hiltunen
							
						 
						
							
								388be80da7
								
							 
						 
						
							
									code cleanup: pass voice_t wvoice as a parameter instead of using a global 
							 
							
							 
							
							
							
							
SetSynth_Klatt() was using wvoice in two ways:
1) global wvoice was used directly
2) global wvoice was also passed in Wavegen_Klatt() as an argument "v"
Now the code only uses the function argument wvoice
Contributes to #68 . 
							
						 
						5 years ago  
					 
				
					
						
							
								   Juho Hiltunen
							
						 
						
							
								1b7c3303ef
								
							 
						 
						
							
									code cleanup: pass WGEN_DATA wdata as a parameter instead of using a global 
							 
							
							 
							
							
							
							
Contributes to #68 . 
							
						 
						5 years ago  
					 
				
					
						
							
								   Juho Hiltunen
							
						 
						
							
								516144d63a
								
							 
						 
						
							
									code cleanup: combine Wavegen_Klatt() and Wavegen_Klatt2(). 
							 
							
							 
							
							
							
							
Wavegen_Klatt2() only had one if-statement and then called
Wavegen_Klatt(). Wavegen_Klatt() was never called directly. 
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								04caefe54e
								
							 
						 
						
							
									Merge pull request #791 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								1b73cebeb9
								
							 
						 
						
							
									Disable secondary stress for Cherokee 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								8aff6072e8
								
							 
						 
						
							
									Remove BOM from files 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Reece H. Dunn
							
						 
						
							
								aafd2e7205
								
							 
						 
						
							
									Update the changelog. 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Tobias Platen
							
						 
						
							
								a6dbed8168
								
							 
						 
						
							
									add output hooks for wavegen 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   fukuen
							
						 
						
							
								92fb3d6378
								
							 
						 
						
							
									improvement japanese 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								22a3043403
								
							 
						 
						
							
									Merge pull request #788 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								21683e0d0e
								
							 
						 
						
							
									Merge pull request #787 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Karl Eick
							
						 
						
							
								1c76c01ee0
								
							 
						 
						
							
									Update hashsum 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Karl Eick
							
						 
						
							
								830690be0d
								
							 
						 
						
							
									Fix issue #492 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								cef02afc59
								
							 
						 
						
							
									As MBROLA is optional, don't exit with error if mbrola is not found 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Icenowy Zheng
							
						 
						
							
								00fe15cc28
								
							 
						 
						
							
									cmn: use voiceless uvular fricative as pronounciation of pinyin h 
							 
							
							 
							
							
							
							
According to [1] and [2] , the pronounciation of the pinyin character
h is not accurately [x].
According to [2], [χ] is instead a possible pronounication in young
users.
As a young native speaker of Mandarin, I feel the sound of [χ] in espeak
more satisfied than [x] here.
[1] https://en.wikipedia.org/wiki/Standard_Chinese_phonology 
[2] https://phesoca.com/aws/268/ 
Signed-off-by: Icenowy Zheng <[email protected] > 
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								1fb68ffffe
								
							 
						 
						
							
									Fix issue #773: wrong pronunciation of Hawaiʻi 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								26ae5a3e60
								
							 
						 
						
							
									Update changelog 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								78683866d6
								
							 
						 
						
							
									Merge pull request #786 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								53c59f46e9
								
							 
						 
						
							
									Improve Turkmen language 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Icenowy Zheng
							
						 
						
							
								f1b2c29d09
								
							 
						 
						
							
									zh_listx: fix bogus `冉冉` item 
							 
							
							 
							
							
							
							
This item will lead `冉冉` to be pronounced 3 times rather than 2, and
it's not necessary because this character has no overloaded
pronounciation.
Signed-off-by: Icenowy Zheng <[email protected] > 
							
						 
						5 years ago  
					 
				
					
						
							
								   Reece H. Dunn
							
						 
						
							
								2abfb6c827
								
							 
						 
						
							
									Merge remote-tracking branch 'danielbair/master' 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Daniel Bair
							
						 
						
							
								b56c9429bc
								
							 
						 
						
							
									Add check for kramdown so that both RONN and KRAMDOWN are set by configure script 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Daniel Bair
							
						 
						
							
								fd14487698
								
							 
						 
						
							
									RONN is set by configure script 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								17c1b1370c
								
							 
						 
						
							
									Fix issue #652: Incorrect pronounciation of atelier 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								174daa2d16
								
							 
						 
						
							
									Remove voice which differs from pablo only by name 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Daniel Bair
							
						 
						
							
								6834b2f8c9
								
							 
						 
						
							
									Update Makefile.am 
							 
							
							 
							
							
							
							
Allows setting the path for ronn and kramdown 
							
						 
						5 years ago  
					 
				
					
						
							
								   Michael Conrad
							
						 
						
							
								ec99326d52
								
							 
						 
						
							
									Misc Cherokee language fixes. 
							 
							
							 
							
							
							
							
Switch to Portuguese /&~/ for <v>.
Use aveolar /d/ instead of dental /d[/.
The base phonemes file defines alveolar /d/ with the definition for a
dental /d[/ ???? 
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								f2939490e1
								
							 
						 
						
							
									Improvements for Latvian 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Ejaz Shah
							
						 
						
							
								d1c95d8b29
								
							 
						 
						
							
									Improvements for Urdu 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								3660a44bdc
								
							 
						 
						
							
									Add test for MBROLA voice 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								238427184a
								
							 
						 
						
							
									Fix issue #772: setting buffer size to 50ms leads to truncated mbrola-fr4 output 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								d32b32caf2
								
							 
						 
						
							
									Merge pull request #771 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								24eb5b3cde
								
							 
						 
						
							
									Issue #757: add initial support for Thai language 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								e6e4994a0d
								
							 
						 
						
							
									docs: use standard ronn and kramdown packages 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								232e8c6ddf
								
							 
						 
						
							
									Update changelog 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Christianlm
							
						 
						
							
								cfa269b73a
								
							 
						 
						
							
									Updates italian source dictionaries. 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Thomas Perret
							
						 
						
							
								29b9109088
								
							 
						 
						
							
									Import missing function symbol from DLL in mbrola wrapper 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								cbf3c99fbd
								
							 
						 
						
							
									Merge pull request #770 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Michael Conrad
							
						 
						
							
								ae4c8ded41
								
							 
						 
						
							
									weaken vowels to see if it helps with tablet sound of "anohla". 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Michael Conrad
							
						 
						
							
								8faac4ed75
								
							 
						 
						
							
									Cherokee language improvements. 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								eb04601dc5
								
							 
						 
						
							
									docs: add information about roadmap and 'easy fixes/good first issue' 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								f36da63451
								
							 
						 
						
							
									docs: add link to the eSpeak NG roadmap page 
							 
							
							
							
						 
						5 years ago  
					 
				
					
						
							
								   Valdis Vitolins
							
						 
						
							
								60d9d977b9
								
							 
						 
						
							
									Issue #767: add initial support for Chuvash language 
							 
							
							
							
						 
						5 years ago