the bug fixed, "twice speaking right prentice" issue, and several new exceptional words in dictionary
these changes have been down for Persian (Farsi) Language voice fa, fa-en-us, fa-latn
the bug fixed, this line has been modified to
fa_list file, Line 200: _) paRAntezbaste:
for solving "twice speaking right prentice" issue.
several new words have been added to exceptional words section (dictionary)
new unknown characters that have been replaced with standard Persian UTF8 characters in process . and improving some rules.
these changes have been down for Persian (Farsi) Language voice fa, fa-en-us, fa-latn
these line has been added to fa_rules, .replace section. (line: 26) these new rules help to replace unknown characters with standard Persian UTF8 characters in process .
Line 47: ٫ ،
Line 109: ﺾ ض
Line 116: ﻆ ظ
Line 141: ﻙ ک
Line 184: ۆ ؤ
this rule has been modified to
fa_rules file, .group ی section, Line 5639: L09L09) یوم (_Sm3 ijom
for improving pronunciation
these changes have been down for Persian (Farsi) Language voice fa, fa-en-us, fa-latn
the bug fixed, this line has been modified to
fa_list file, Line 200: _) paRAntezbaste:
for solving "twice speaking right prentice" issue.
these line has been added to fa_rules, .replace section. (line: 26) these new rules help to replace unknown characters to standard Persian UTF8 characters in process .
Line 47: ٫ ،
Line 109: ﺾ ض
Line 116: ﻆ ظ
Line 141: ﻙ ک
Line 184: ۆ ؤ
this rule has been modified to
fa_rules file, .group ی section, Line 5639: L09L09) یوم (_Sm3 ijom
for improving pronunciation
Remove calls to wave_set_callback_is_output_enabled.
These calls are used to pre-emptively exit when writing audio
data. This is also handled within dispatch_audio. The difference
is that this callback could allow espeak to cancel quicker. In
practice it does not make much difference.