rhvoice-wrapper-bin
Provides RHVoice libraries for rhvoice-wrapper. Depends on rhvoice-wrapper-data, that contains languages and voices.
If this package installed, rhvoice-wrapper will automatically use it by default.
Install on Linux
This will download and build RHVoice and may take many time
apt-get install --no-install-recommends build-essential python3-pip python3-setuptools python3-wheel libspeechd-dev
pip3 install scons lxml
pip3 install rhvoice-wrapper-bin
Alternatively, you may install auto build wheel packages from github releases (may not work).
Install on Windows
Binary
python3 -m pip install wheel
python3 -m pip install rhvoice-wrapper-bin --only-binary rhvoice-wrapper-bin
Build
Install manually: git, Unicode NSIS and Visual Studio 2015 (2013+ must works)
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install scons lxml
python3 -m pip install rhvoice-wrapper-bin --no-binary rhvoice-wrapper-bin
Usage
rhvoice-wrapper will automatically use path to library and data path from rhvoice-wrapper-bin (data, of course, provided rhvoice-wrapper-data).
Get info from library
import rhvoice_wrapper_bin
# All the paths will None in error
# Contains path to the RHVoice library
print(rhvoice_wrapper_bin.lib_path)
# Contains path to the RHVoice data
print(rhvoice_wrapper_bin.data_path)
# Contains path to the RHVoice libraries.
print(rhvoice_wrapper_bin.LIBS_PATH)
# Contains path to the rhvoice-wrapper-bin
print(rhvoice_wrapper_bin.PATH)
Release files for rhvoice-wrapper-bin 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rhvoice-wrapper-bin-0.5.0.tar.gz | 16.4 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rhvoice_wrapper_bin-0.5.0-py3-none-win_amd64.whl | Python 3 | none | Windows x86-64 | Details |
| rhvoice_wrapper_bin-0.5.0-py3-none-win32.whl | Python 3 | none | Windows x86-32 | Details |
Total release size: 1.5 MB
Release files / rhvoice-wrapper-bin-0.5.0.tar.gz
| Download URL | rhvoice-wrapper-bin-0.5.0.tar.gz |
|---|---|
| Size | 16.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
25870163b3427efe39c29f28f91fb2d9edb66158a9ad80af2211a8eb08120353
|
|
BLAKE2b-256 checksum How to use checksums |
3d00ae374899a0adc0c98274b8225f0945ba23f882bc5b3449e53fa2876156c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|
Release files / rhvoice_wrapper_bin-0.5.0-py3-none-win_amd64.whl
| Download URL | rhvoice_wrapper_bin-0.5.0-py3-none-win_amd64.whl |
|---|---|
| Size | 771.5 kB |
| Tags | Python 3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
184de2fefd6794b48b490ac7a4b62d4b0fb999aff753193fb2d6e4b48faa60a1
|
|
BLAKE2b-256 checksum How to use checksums |
7d1e5301fd2e59f80c34a58f30aac9d3bd78b8ce30723b665cdaf9c3cad55fde
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|
Release files / rhvoice_wrapper_bin-0.5.0-py3-none-win32.whl
| Download URL | rhvoice_wrapper_bin-0.5.0-py3-none-win32.whl |
|---|---|
| Size | 681.2 kB |
| Tags | Python 3 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
6082e7639409df840b06571e5c2d24806c8dcdf081714fd5596437f2d2b733a2
|
|
BLAKE2b-256 checksum How to use checksums |
79a319697067118a2a29a3a232031bb0272f1663fde9e0236f1f078b2b5f3ecf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|