rhvoice-wrapper-data

Provides RHVoice data for rhvoice-wrapper-bin


Keywords
rhvoice, rhvoice-voices, rhvoice-wrapper
License
GPL-3.0+
Install
pip install rhvoice-wrapper-data==0.5.0

Documentation

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

RHVoice PyPI version Python versions PyPI - Format Build

Provides RHVoice voices and languages for rhvoice-wrapper-bin. Also, you may set data_path in rhvoice-wrapper instead.

This package contains 24000 Hz voice sampling rate, excluded 16000 Hz for reduce size.

Install

pip3 install rhvoice-wrapper-data --only-binary rhvoice-wrapper-data

Install from source

Install git (apt install git or run exe>next>next>done)

python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install rhvoice-wrapper-data --no-binary rhvoice-wrapper-data

API

import rhvoice_wrapper_data

# Contains path to the RHVoice data
print(rhvoice_wrapper_data.data_path)
# Contains path to the rhvoice-wrapper-data
print(rhvoice_wrapper_data.PATH)

License

Some voices use non-free licenses, explore echo $(python3 -c 'import rhvoice_wrapper_data as d; print(d.PATH)')/licenses directory or\and RHVoice repo for more info.