You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,29 @@
1
1
# IBMTTS driver, Add-on for NVDA #
2
-
This add-on implements NVDA compatibility with the IBMTTS synthesizer.
3
-
We can not distribute the IBMTTS libraries. So it is just the driver.
4
-
If you want to improve this driver, feel free to send your pull requests!
2
+
This add-on implements NVDA compatibility with the IBMTTS synthesizer.
3
+
We can not distribute the IBMTTS libraries. So it is just the driver.
4
+
If you want to improve this driver, feel free to send your pull requests!
5
5
6
6
# Download.
7
-
The latest release is available to [download in this link](https://davidacm.github.io/getlatest/gh/davidacm/NVDA-IBMTTS-Driver)
7
+
The latest release is available to [download from this page](https://github.com/ultrasound1372/NVDA-IBMTTS-Driver/releases/latest)
8
8
9
9
# Features:
10
10
* Voice, variant, rate, pitch, inflection and volume setting support.
11
11
* Extra head size, Roughness, Breathiness parameters settings support. Create your own voice!
12
-
* Enable or disable backquote voice tags. Disable it to protect yourself from malisious codes from jokers, enable it to do many fun things with the synthesizer. Safe fun guaranteed!
13
-
* Rate boost. If the synthesizer does not speak very fast to you, then enable it and get the maximum voice speech!
14
-
* auto language changes. Let the synthesizer to read texts in the correct language.
15
-
* Indexing support. The cursor will never be lost when using read all feature.
16
-
* anti crashing filter expressions. The driver filters known crashing expressions.
12
+
* Enable or disable backquote voice tags. Disable it to protect yourself from malicious codes from jokers, enable it to do many fun things with the synthesizer. Requires some extra tweaking with NVDA though to get it to work properly.
13
+
* Rate boost. If the synthesizer does not speak very fast to you, then enable it and get the maximum voice speed!
14
+
* auto language switching. Let the synthesizer read text to you in the correct language when marked up.
15
+
* anticrash filter expressions. The driver filters known crashing expressions with a comprehensive set of filters.
17
16
18
17
# Requirements.
19
18
## NVDA.
20
19
You need NVDA 2018.4 or later. This driver is compatible with python 3, So you can use it with future NVDA versions. Once NVDA with python 3 is released, this driver will no longer be compatible with python 2.7. Please use the latest NVDA versions. Its free!
21
20
22
21
## IBMTTS synthesizer libraries.
23
-
This is just the driver, you must get the libraries from somewhere else.
22
+
This is just the driver, you must get the libraries from somewhere else.
23
+
This driver supports the slightly newer libraries that add East-Asian language support, and has specific fixes for the proper encoding of text. The older libraries without this should work, though.
24
24
25
25
# Installation.
26
-
Just install it as a NVDA add-on. Then open NVDA dialog settings, and set the IBMTTS folder files in the IBMTTS category.
26
+
Just install it as an NVDA add-on. Then open NVDA dialog settings, and set the IBMTTS folder files in the IBMTTS category.
27
27
Also in this category you can copy the external IBMTTS files into an Add-on to use it locally.
28
28
29
29
# Packaging it for distribution.
@@ -40,7 +40,7 @@ The latest release is available to [download in this link](https://davidacm.gith
40
40
This driver is based on the IBM tts sdk, the documentation is available on:
0 commit comments