Skip to main content

Provides RHVoice data for rhvoice-wrapper-bin

Project description

This package contain only data, rhvoice-wrapper-bin install it yourself

rhvoice-wrapper-data

PyPI version Python versions PyPI - Format Build Status Build status

Provides RHVoice voices and languages for rhvoice-wrapper-bin.

rhvoice-wrapper-bin

PyPI version Python versions PyPI - Format Build Status

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

pip install rhvoice-wrapper-bin --only-binary rhvoice-wrapper-bin

Install from source

First, install dependencies to build:

apt-get install --no-install-recommends scons build-essential python3-pip python3-setuptools python3-wheel

Install package from source. This download and build RHVoice and may take many time:

pip install rhvoice-wrapper-bin --no-binary rhvoice-wrapper-bin

Usage

rhvoice-wrapper will automatically use data path from rhvoice-wrapper-bin (but of course of rhvoice-wrapper-data). You must set package library path for LD before run python scripts. You may set LD_LIBRARY_PATH, this must be works:

export LD_LIBRARY_PATH=$(pip3 show rhvoice-wrapper-bin | grep Location | awk '{print $2}')/rhvoice_wrapper_bin/lib/
python3 -u <script using rhvoice_wrapper>

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. Must be set as dynamic libraries path
print(rhvoice_wrapper_bin.LIBS_PATH)
# Contains path to the rhvoice-wrapper-data
print(rhvoice_wrapper_bin.PATH)

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rhvoice-wrapper-data-0.1.3.tar.gz (16.8 kB view hashes)

Uploaded Source

Built Distribution

rhvoice_wrapper_data-0.1.3-py3-none-any.whl (76.3 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page