8c41f6bd0c
								
							 
						 
						
							
									tests: test bn consonant and vowel audio generation 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								0255eda4b2
								
							 
						 
						
							
									tests: test bg consonant and vowel audio generation 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								da41595457
								
							 
						 
						
							
									tests: test az consonant and vowel audio generation 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								b9a0e090f6
								
							 
						 
						
							
									tests: test as consonant and vowel audio generation 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								6b5187fb47
								
							 
						 
						
							
									tests: test ar consonant and vowel audio generation 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								3029b12358
								
							 
						 
						
							
									tests: test an consonant and vowel audio generation 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								bf42a488ea
								
							 
						 
						
							
									tests: test am consonant and vowel audio generation 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								1c7c6debcc
								
							 
						 
						
							
									tests: test af consonant and vowel audio generation 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								88555f3a7a
								
							 
						 
						
							
									Remove the ReadMe file from dictsource. 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								1b923fb0d6
								
							 
						 
						
							
									Fix compiler warning 
							 
							
							
Before this change, the clang compiler produced the following warning:
```
In file included from src/libespeak-ng/espeak_api.c:35:
src/libespeak-ng/event.h:65:28: warning: declaration of 'struct timespec' will
      not be visible outside of this function [-Wvisibility]
void clock_gettime2(struct timespec *ts);
                           ^
src/libespeak-ng/event.h:66:28: warning: declaration of 'struct timespec' will
      not be visible outside of this function [-Wvisibility]
void add_time_in_ms(struct timespec *ts, int time_in_ms);
                           ^
2 warnings generated.
``` 
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								18515a0429
								
							 
						 
						
							
									Merge remote-tracking branch 'jaacoppi/bugfix' 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								7435f1a9d4
								
							 
						 
						
							
									Merge remote-tracking branch 'jaacoppi/booleans' 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								8999a3b8fb
								
							 
						 
						
							
									when end_clause_after_tag is set: end clause after the tag, not before the tag 
							 
							
							
Fixes #401 . 
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								78749f14f8
								
							 
						 
						
							
									readability fix: use boolean instead of 0 and 1 for loop control 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								f096ca7bb5
								
							 
						 
						
							
									fr: fix the 'x' in -atrix words like matrix, Bellatrix. 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								051c78b9f2
								
							 
						 
						
							
									Merge remote-tracking branch 'brawer/hirshenbaum-typo' 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								2e2afe5cdf
								
							 
						 
						
							
									Fix typo: “Kirshenbaum” encoding, not “Hirshenbaum” 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								a88c38629e
								
							 
						 
						
							
									Fix link in documentation 
							 
							
							
The stray space confuses GitHub’s markdown parser. 
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								abd2ded8d7
								
							 
						 
						
							
									ru: remove (ь rules that are the same as (Y rules, as the Y group contains the ь letter 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								3bd78cc721
								
							 
						 
						
							
									ru: remove '$' handling in ru_rules 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								b3656970d8
								
							 
						 
						
							
									ru: merge the cyrillic letter handling sections in ru_list 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								6fb94f59f3
								
							 
						 
						
							
									ru: reformat ru_list 
							 
							
							
Based on a patch by Valdis Vitolins <[email protected] >. 
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								e526deec52
								
							 
						 
						
							
									ru: move the Cyrillic letter pronunciation from ru_rules to ru_list 
							 
							
							
Based on a patch by Valdis Vitolins <[email protected] >. 
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								5459acb6a7
								
							 
						 
						
							
									ru: document the special characters 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								d74ccbe6c3
								
							 
						 
						
							
									Update the changelog. 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								1389093f63
								
							 
						 
						
							
									Merge remote-tracking branch 'maiido/smartfizz' 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								ae84862e0a
								
							 
						 
						
							
									Merge remote-tracking branch 'jaacoppi/finnish' 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								b69a8eab32
								
							 
						 
						
							
									fi: double the initial consonant of enclitics following a word in allative case 
							 
							
							
allative case has a suffix of -lle. Normally it causes the doubling of the next word. However, enclitics should be treated like words in this case, so double the enclitic instead of the next word.
Sources for grammar rule:
http://scripta.kotus.fi/visk/sisallys.php?p=127 
http://scripta.kotus.fi/visk/sisallys.php?p=34  
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								55547a2aaa
								
							 
						 
						
							
									change ui j.i -> yi 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								47e5a6278c
								
							 
						 
						
							
									add comment 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								145abf35b2
								
							 
						 
						
							
									add comment 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								23f02d59b1
								
							 
						 
						
							
									remove duplicates 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								2f4fac690a
								
							 
						 
						
							
									Einstein  ˈaɪnʃtaɪn 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								2c598edc74
								
							 
						 
						
							
									cosm 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								9dfe84e18b
								
							 
						 
						
							
									IT: added exceptions in the italian dictionary 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								b7d472776e
								
							 
						 
						
							
									Merge remote-tracking branch 'jaacoppi/languages' 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								062df03e9e
								
							 
						 
						
							
									de: revert the phoneme and dictionary changes 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								b9739907e3
								
							 
						 
						
							
									Merge commit 'b031015e1d4aa732a249dc1a40587d08abe3cf9c' 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								a86756435d
								
							 
						 
						
							
									add french rules 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								7cbef0eeb1
								
							 
						 
						
							
									Remove a dead ToC link in phontab. 
							 
							
							
The "Place of Articulation" documentation was moved to the
phonemes.md documentation, but the table of content entry was
not removed. 
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								45e424394d
								
							 
						 
						
							
									my: Comment out the emoji translation that was breaking the pronunciation of '7'. 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								16dffab873
								
							 
						 
						
							
									en: fix pronunciation of 'Southend' 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								812459ad24
								
							 
						 
						
							
									Merge branch 'master' of https://github.com/espeak-ng/espeak-ng 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								cda1e8471c
								
							 
						 
						
							
									ur: updates from Ejaz Shah 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								e5df7b56ad
								
							 
						 
						
							
									lv: improvements for exception words, shorter 'uo' diphthong 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								4b1e9d941f
								
							 
						 
						
							
									Shorter diphthong than 'uaa' with less distinct 'a' at the end 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								b031015e1d
								
							 
						 
						
							
									Added m8 variant 
							 
							
							
This is a Variant I created called male8, probably one of the smoothest sounding espeak male variants ever. It sounds very good with inflection at 100, which I don't know if you can only change in NVDA or other programs too. 
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								b8d5d96dea
								
							 
						 
						
							
									Merge remote-tracking branch 'jaacoppi/maintainability' 
							 
							
							
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								da287fb851
								
							 
						 
						
							
									Unify terminology for stress 
							 
							
							
synthesize.h now contains the definitions STRESS_IS_... that should be used with code related to syllable stress.
Note that isBreak and other defines were renumbered so that stress definitions could have values 0-6.
Possible TODOs:
1. Unify with terms used with phonemes, i.e. keywords like isDiminished in compiledata.c and stress_type in phsource/phonemes
2. Add functionality and documentation about STRESS_IS_PRIORITY and STRESS_IS_EMPHASIZED 
							
						 
						7 years ago  
				
					
						
							
								 
						
							
								88315250ff
								
							 
						 
						
							
									readability fix: use boolean instead of 0 and 1 for loop control 
							 
							
							
							
						 
						7 years ago