Skip to content

Commit

Permalink
版本2024.10.28 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmhn1872265132 authored Oct 28, 2024
1 parent fb38b2e commit b1cafc5
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 16 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- Name: unmute-1.5.8
URL: https://github.com/grisov/Unmute/releases/download/v1.5.8/unmute-1.5.8.nvda-addon
sha256: b55759cc9ebf5581832adfa6a976d32874ae08a0968e8d60e78f5abbced87175
- Name: WorldVoice-3.7
URL: https://github.com/tsengwoody/WorldVoice/releases/download/v3.7/WorldVoice-3.7.nvda-addon
sha256: 8E25B0741769E6C84B2964D9701E0BE174605C795C3515524A6036C570AE35A9
steps:
- name: Cache ${{ matrix.addon.Name }} Addon
uses: actions/cache@v4
Expand Down Expand Up @@ -81,6 +78,7 @@ jobs:
- addonId: resourceMonitor
# - addonId: unmute
- addonId: WeChatEnhancement
- addonId: WorldVoice
- addonId: xyOCR
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions documentation/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
4. 浏览模式:关闭“页面加载完成后朗读所有内容”,避免影响操作;
5. 文档格式:关闭“表格的单元坐标”,以避免过于冗余的朗读,此选项如有需要,可考虑临时启用,或为特定程序创建专用配置;
6. 高级设置:将“Windows 控制台支持”更改为“UIA 如果可用”、启用“在所有的增强终端读出密码”、将“Diff 算法”更改为“允许 Diff Match Patch”,以解决 CMD 等命令行程序在某些情况下的字符重复朗读等问题;
7. WorldVoice 插件:启用“检测语言时忽略数字和常见的标点符号”、将小数点的‘.’(点)朗读方式更改为“点”,“语音”更改为“Ting-Ting”,“音量”更改为“80”,“数字语言”更改为“中文(简体,中国)”,“数字模式”更改为“数值”,使此插件更加易用,特别感谢 Eureka 提供数据;
7. WorldVoice 插件:禁用 ESpeak 语音引擎、启用“检测语言时忽略数字和常见的标点符号”、将小数点的‘.’(点)朗读方式更改为“点”,“语音”更改为“Ting-Ting”,“音量”更改为“80”,“数字语言”更改为“中文(简体,中国)”,“数字模式”更改为“数值”,使此插件更加易用,特别感谢 Eureka 提供数据;
8. IBMTTS 插件:禁用“自动检查 IBMTTS 更新”、将“速度”更改为“30”,“音量”更改为“100”,“采样率”更改为“22 kHz”,同时尝试将 IBMTTS 库设置为安装版 VVTTS 的相应动态链接库,使此插件更加易用;
9. 及时翻译插件:启用“使用镜像(主要针对中国用户)”,使此插件更加易用。
9. 及时翻译插件:启用“使用镜像(适用于中文社区用户)”,使此插件更加易用。

上述设置在安装程序的“选择组件”页面,选择“默认安装”、“完整安装”或“最小安装”时均会自动应用,如选择自定义安装,需选中“修改部分 NVDA 设置”复选框方可成功应用。
为了避免误操作,造成您原有设置的丢失,故如检测到您的 NVDA 用户配置文件夹存在“NVDA.ini”文件,程序将不会自动选择上述选项,如仍要应用这些配置,需在“选择组件”页面选择“自定义安装”并选中“修改部分 NVDA 设置”复选框才可。
Expand Down
11 changes: 11 additions & 0 deletions documentation/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# NVDA 懒人版更新日志

### 2024.10.28

- #### 安装程序

- 更新 NVDA;
- 更新插件。

- #### NVDA设置

- 禁用 WorldVoice 插件新增的 ESpeak 语音引擎。

### 2024.9.9

- #### 安装程序
Expand Down
20 changes: 11 additions & 9 deletions userConfig/nvda.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,8 @@
[[silence]]
useSpellingFunctionality = False
[WorldVoice]
[[voices]]
[[[Ting-Ting]]]
rate = 60
pitch = 50
volume = 80
[[[Samantha]]]
rate = 70
pitch = 50
volume = 80
[[engine]]
espeak = False
[[autoLanguageSwitching]]
ignorePunctuationInLanguageDetection = True
CJKCharactersLanguage = zh
Expand All @@ -65,6 +58,15 @@
voice = Ting-Ting
[[[en]]]
voice = Samantha
[[voices]]
[[[Ting-Ting]]]
rate = 60
pitch = 50
volume = 80
[[[Samantha]]]
rate = 70
pitch = 50
volume = 80
[braille]
[[noBraille]]
[keyboard]
Expand Down
4 changes: 2 additions & 2 deletions 执行脚本.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ for /r "%~dp0Resource" %%i in (nvda_20*.exe) do (

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

if "%1" == "GITHUB_ACTIONS" (
@echo on
Expand Down

0 comments on commit b1cafc5

Please sign in to comment.