Text to speech (TTS) capability for Indic languages (especially Sanskrit).
- Autogenerated Docs on readthedocs (might be broken).
- Manually and periodically generated docs here
- For detailed examples and help, please see individual module files in this package.
sudo pip install indic_text_to_speech -U
sudo pip install git+https://github.com/sanskrit-coders/indic_text_to_speech/@master -U
- Web.
Have a problem or question? Please head to github.
- ~/.pypirc should have your pypi login credentials.
python setup.py bdist_wheel
twine upload dist/* --skip-existing
- sphinx html docs can be generated with
cd docs; make html
Run pytest
in the root directory.