Skip to content

Commit b1cafc5

Browse files
版本2024.10.28 (#29)
1 parent fb38b2e commit b1cafc5

File tree

5 files changed

+27
-16
lines changed

5 files changed

+27
-16
lines changed

.github/workflows/build.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- Name: unmute-1.5.8
3434
URL: https://github.com/grisov/Unmute/releases/download/v1.5.8/unmute-1.5.8.nvda-addon
3535
sha256: b55759cc9ebf5581832adfa6a976d32874ae08a0968e8d60e78f5abbced87175
36-
- Name: WorldVoice-3.7
37-
URL: https://github.com/tsengwoody/WorldVoice/releases/download/v3.7/WorldVoice-3.7.nvda-addon
38-
sha256: 8E25B0741769E6C84B2964D9701E0BE174605C795C3515524A6036C570AE35A9
3936
steps:
4037
- name: Cache ${{ matrix.addon.Name }} Addon
4138
uses: actions/cache@v4
@@ -81,6 +78,7 @@ jobs:
8178
- addonId: resourceMonitor
8279
# - addonId: unmute
8380
- addonId: WeChatEnhancement
81+
- addonId: WorldVoice
8482
- addonId: xyOCR
8583
steps:
8684
- uses: actions/checkout@v4

documentation/ReadMe.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
4. 浏览模式:关闭“页面加载完成后朗读所有内容”,避免影响操作;
1111
5. 文档格式:关闭“表格的单元坐标”,以避免过于冗余的朗读,此选项如有需要,可考虑临时启用,或为特定程序创建专用配置;
1212
6. 高级设置:将“Windows 控制台支持”更改为“UIA 如果可用”、启用“在所有的增强终端读出密码”、将“Diff 算法”更改为“允许 Diff Match Patch”,以解决 CMD 等命令行程序在某些情况下的字符重复朗读等问题;
13-
7. WorldVoice 插件:启用“检测语言时忽略数字和常见的标点符号”、将小数点的‘.’(点)朗读方式更改为“点”,“语音”更改为“Ting-Ting”,“音量”更改为“80”,“数字语言”更改为“中文(简体,中国)”,“数字模式”更改为“数值”,使此插件更加易用,特别感谢 Eureka 提供数据;
13+
7. WorldVoice 插件:禁用 ESpeak 语音引擎、启用“检测语言时忽略数字和常见的标点符号”、将小数点的‘.’(点)朗读方式更改为“点”,“语音”更改为“Ting-Ting”,“音量”更改为“80”,“数字语言”更改为“中文(简体,中国)”,“数字模式”更改为“数值”,使此插件更加易用,特别感谢 Eureka 提供数据;
1414
8. IBMTTS 插件:禁用“自动检查 IBMTTS 更新”、将“速度”更改为“30”,“音量”更改为“100”,“采样率”更改为“22 kHz”,同时尝试将 IBMTTS 库设置为安装版 VVTTS 的相应动态链接库,使此插件更加易用;
15-
9. 及时翻译插件:启用“使用镜像(主要针对中国用户)”,使此插件更加易用。
15+
9. 及时翻译插件:启用“使用镜像(适用于中文社区用户)”,使此插件更加易用。
1616

1717
上述设置在安装程序的“选择组件”页面,选择“默认安装”、“完整安装”或“最小安装”时均会自动应用,如选择自定义安装,需选中“修改部分 NVDA 设置”复选框方可成功应用。
1818
为了避免误操作,造成您原有设置的丢失,故如检测到您的 NVDA 用户配置文件夹存在“NVDA.ini”文件,程序将不会自动选择上述选项,如仍要应用这些配置,需在“选择组件”页面选择“自定义安装”并选中“修改部分 NVDA 设置”复选框才可。

documentation/changes.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# NVDA 懒人版更新日志
22

3+
### 2024.10.28
4+
5+
- #### 安装程序
6+
7+
- 更新 NVDA;
8+
- 更新插件。
9+
10+
- #### NVDA设置
11+
12+
- 禁用 WorldVoice 插件新增的 ESpeak 语音引擎。
13+
314
### 2024.9.9
415

516
- #### 安装程序

userConfig/nvda.ini

+11-9
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,8 @@
4343
[[silence]]
4444
useSpellingFunctionality = False
4545
[WorldVoice]
46-
[[voices]]
47-
[[[Ting-Ting]]]
48-
rate = 60
49-
pitch = 50
50-
volume = 80
51-
[[[Samantha]]]
52-
rate = 70
53-
pitch = 50
54-
volume = 80
46+
[[engine]]
47+
espeak = False
5548
[[autoLanguageSwitching]]
5649
ignorePunctuationInLanguageDetection = True
5750
CJKCharactersLanguage = zh
@@ -65,6 +58,15 @@
6558
voice = Ting-Ting
6659
[[[en]]]
6760
voice = Samantha
61+
[[voices]]
62+
[[[Ting-Ting]]]
63+
rate = 60
64+
pitch = 50
65+
volume = 80
66+
[[[Samantha]]]
67+
rate = 70
68+
pitch = 50
69+
volume = 80
6870
[braille]
6971
[[noBraille]]
7072
[keyboard]

执行脚本.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ for /r "%~dp0Resource" %%i in (nvda_20*.exe) do (
1212

1313
Rem 生成文档的 txt 版本
1414
MKDir "%~dp0Output"
15-
COPY /B /V /Y "%~dp0documentation\changes.md" "%~dp0Output\更新日志.txt"
16-
COPY /B /V /Y "%~dp0documentation\ReadMe.md" "%~dp0Output\说明.txt"
15+
COPY /B /V /Y "%~dp0documentation\changes.md" "%~dp0Output\更新日志.txt"
16+
COPY /B /V /Y "%~dp0documentation\ReadMe.md" "%~dp0Output\说明.txt"
1717

1818
if "%1" == "GITHUB_ACTIONS" (
1919
@echo on

0 commit comments

Comments
 (0)