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.
pip3 install rhvoice-wrapper-data --only-binary rhvoice-wrapper-data
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
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)
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.