Skip to content

Commit 2c9943b

Browse files
authored
Merge 4f3f16a into b36375e
2 parents b36375e + 4f3f16a commit 2c9943b

4 files changed

Lines changed: 6 additions & 21 deletions

File tree

include/espeak

Submodule espeak updated 204 files

nvdaHelper/espeak/sconscript

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ env.Append(
110110
'#nvdaHelper/espeak', # ensure that nvdaHelper/espeak/config.h is found first.
111111
espeakIncludeDir,
112112
espeakIncludeDir.Dir('compat'),
113-
espeakSrcDir.Dir('speechPlayer/include'),
114113
sonicSrcDir,
115114
espeakSrcDir.Dir('ucd-tools/src/include')
116115
])
@@ -155,7 +154,6 @@ espeakDictionaryCompileList: typing.Dict[
155154
"bs_dict": ("bs", ["bs_list", "bs_rules", ]),
156155
"ca_dict": ("ca", ["ca_list", "ca_rules", ]),
157156
"chr_dict": ("chr", ["chr_list", "chr_rules", ]),
158-
"cmn_dict": ("cmn", ["cmn_listx", "cmn_list", "cmn_rules"]),
159157
"cs_dict": ("cs", ["cs_list", "cs_rules", ]),
160158
"cv_dict": ("cv", ["cv_list", "cv_rules", ]),
161159
"cy_dict": ("cy", ["cy_list", "cy_rules", ]),
@@ -183,9 +181,8 @@ espeakDictionaryCompileList: typing.Dict[
183181
"ht_dict": ("ht", ["ht_list", "ht_rules", ]),
184182
"hu_dict": ("hu", ["hu_list", "hu_rules", ]),
185183
"hy_dict": ("hy", ["hy_list", "hy_rules", ]),
186-
"ia_dict": ("ia", ["ia_listx", "ia_list", "ia_rules"]),
184+
"ia_dict": ("ia", ["ia_list", "ia_rules"]),
187185
"id_dict": ("id", ["id_list", "id_rules", ]),
188-
"io_dict": ("io", ["io_list", "io_rules", ]),
189186
"is_dict": ("is", ["is_list", "is_rules", ]),
190187
"it_dict": ("it", ["it_listx", "it_list", "it_rules"]),
191188
"ja_dict": ("ja", ["ja_list", "ja_rules", ]),
@@ -218,11 +215,9 @@ espeakDictionaryCompileList: typing.Dict[
218215
"or_dict": ("or", ["or_list", "or_rules", ]),
219216
"pap_dict": ("pap", ["pap_list", "pap_rules", ]),
220217
"pa_dict": ("pa", ["pa_list", "pa_rules", ]),
221-
"piqd_dict": ("piqd", ["piqd_list", "piqd_rules", ]),
222218
"pl_dict": ("pl", ["pl_list", "pl_rules", ]),
223219
"pt_dict": ("pt", ["pt_list", "pt_rules", ]),
224220
"py_dict": ("py", ["py_list", "py_rules", ]),
225-
"qdb_dict": ("qdb", ["qdb_list", "qdb_rules", ]),
226221
"quc_dict": ("quc", ["quc_list", "quc_rules", ]),
227222
"qu_dict": ("qu", ["qu_list", "qu_rules", ]),
228223
"ro_dict": ("ro", ["ro_list", "ro_rules", ]),
@@ -232,7 +227,6 @@ espeakDictionaryCompileList: typing.Dict[
232227
"si_dict": ("si", ["si_list", "si_rules", ]),
233228
"sk_dict": ("sk", ["sk_list", "sk_rules", ]),
234229
"sl_dict": ("sl", ["sl_list", "sl_rules", ]),
235-
"smj_dict": ("smj", ["smj_list", "smj_rules", ]),
236230
"sq_dict": ("sq", ["sq_list", "sq_rules", ]),
237231
"sr_dict": ("sr", ["sr_list", "sr_rules", ]),
238232
"sv_dict": ("sv", ["sv_list", "sv_rules", ]),
@@ -249,7 +243,8 @@ espeakDictionaryCompileList: typing.Dict[
249243
"ur_dict": ("ur", ["ur_list", "ur_rules", ]),
250244
"uz_dict": ("uz", ["uz_list", "uz_rules", ]),
251245
"vi_dict": ("vi", ["vi_list", "vi_rules", ]),
252-
"yue_dict": ("yue", ["yue_list", "yue_listx", "yue_rules"]),
246+
"zh_dict": ("zh", ["zh_list", "zh_listx", "zh_rules"]),
247+
"zhy_dict": ("zhy", ["zhy_list", "zhy_listx", "zhy_rules"]),
253248
}
254249

255250
def espeak_compileDict_buildAction(
@@ -364,7 +359,6 @@ espeakLib=env.SharedLibrary(
364359
"phonemelist.c",
365360
"readclause.c",
366361
"setlengths.c",
367-
"soundIcon.c",
368362
"spect.c",
369363
"speech.c",
370364
"ssml.c",
@@ -376,14 +370,6 @@ espeakLib=env.SharedLibrary(
376370
"voices.c",
377371
"wavegen.c",
378372
sonicLib,
379-
# espeak OPT_SPEECHPLAYER block
380-
"sPlayer.c",
381-
"../speechPlayer/src/frame.cpp",
382-
"../speechPlayer/src/speechPlayer.cpp",
383-
"../speechPlayer/src/speechWaveGenerator.cpp",
384-
#"../speak-ng.cpp",
385-
# if not OPT_SPEECHPLAYER
386-
# "../speak-ng.c",
387373
# espeak does not need to handle its own audio output so dont include:
388374
# pcaudiolib\src\audio.c
389375
# pcaudiolib\src\windows.c

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you aren't sure, run `git submodule update` after every git pull, merge or ch
8181

8282
For reference, the following run time dependencies are included in Git submodules:
8383

84-
* [eSpeak NG](https://github.com/espeak-ng/espeak-ng), version 1.51-dev commit f6d092a9c
84+
* [eSpeak NG](https://github.com/espeak-ng/espeak-ng), version 1.51-dev commit aafd2e720
8585
* [Sonic](https://github.com/waywardgeek/sonic), commit 4f8c1d11
8686
* [IAccessible2](https://wiki.linuxfoundation.org/accessibility/iaccessible2/start), commit cbc1f29631780
8787
* [liblouis](http://www.liblouis.org/), version 3.17.0

user_docs/en/changes.t2t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ What's New in NVDA
66
= 2021.1 =
77
This release includes optional experimental support for UIA in Excel and Chromium browsers.
88
There are fixes for several languages, and for accessing links in Braille.
9-
There are updates to Unicode CLDR and mathematical symbols, eSpeak-NG and LibLouis.
9+
There are updates to Unicode CLDR, mathematical symbols and LibLouis.
1010

1111
Many bug fixes and improvements, including in Office, Visual Studio and several languages.
1212
Note: this is an Add-on API compatibility breaking release.
@@ -33,7 +33,6 @@ This release also drops support for Adobe Flash.
3333
- 'Attempt to cancel speech for expired focus events' option in the advanced settings panel now enabled by default. (#10885)
3434
- This behaviour can be disabled by setting this option to "No".
3535
- Web applications (E.G. Gmail) no longer speak outdated information when moving focus rapidly.
36-
- Espeak-ng has been updated to 1.51-dev commit f6d092a9c13d864ede78c493f64a7d32cde41f09. (#12449, #12202, #12280)
3736
- Updated liblouis braille translator to [3.17.0 https://github.com/liblouis/liblouis/releases/tag/v3.17.0]. (#12137)
3837
- New braille tables: Belarusian literary braille, Belarusian computer braille, Urdu grade 1, Urdu grade 2.
3938
- Support for Adobe Flash content has been removed from NVDA due to the use of Flash being actively discouraged by Adobe. (#11131)

0 commit comments

Comments
 (0)