Skip to main content

Text-to-Speech Synthesis for the Speech Generation for Indigenous Language Education Small Teams Project

Project description

:construction: :construction: Warning! This repository is not quite ready yet. We're releasing it publicly in alpha, but it should be expected to change drastically over the coming months. :construction: :construction:

EveryVoice TTS Toolkit 💬

codecov Documentation Build Status license alpha

This is the Text-to-Speech (TTS) toolkit used by the Small Teams "Speech Generation for Indigenous Language Education" project.

Quickstart from PyPI

  • Install Python 3.10, 3.11, or 3.12 and create a venv or a conda env for EveryVoice.

  • Install sox.

    • On Ubuntu, sudo apt-get install sox libsox-dev should work.
    • Other Linux distros should have equivalent packages.
    • With Conda, conda install sox -c conda-forge is reliable.
  • Install ffmpeg:

    • On Ubuntu, sudo apt-get install ffmpeg should work.
    • Other Linux distros should have an equivalent package.
    • With Conda, conda install ffmpeg is reliable.
    • Or, use the official bundles from https://www.ffmpeg.org/download.html
  • Install torch and torchaudio version 2.1.0 for your platform and CUDA version: follow the instructions at https://pytorch.org/get-started/locally/ but specify torch==2.1.0 torchaudio==2.1.0 in the install command and remove torchvision.

  • Run pip install everyvoice==0.2.0a1 (change the version to the current version if needed).

Quickstart from source

Install conda

First, you'll need to install conda. Miniforge3 is a fully open-source option which is free for all users and works well. You can also use Anaconda3 or Miniconda3 if you have or can get a license.

Clone the repo

git clone https://github.com/EveryVoiceTTS/EveryVoice.git
cd EveryVoice
git submodule update --init

Environment and installation – automated

To run EveryVoice, you need to create a new environment using Conda and Python 3.12, install all our dependencies and EveryVoice itself.

We have automated the procedure required to do all this in the script make-everyvoice-env, which you can run like this:

./make-everyvoice-env --path <env-path-of-your-choice>
conda activate <env-path-of-your-choice>

Add the option --cuda CUDA_VERSION if you need to override the default CUDA version, or --cpu to use Torch compiled for CPU use only.

Environment and installation – manual

If the automated installation process does not work for you, or if you prefer to do the full installation manually, please refer to EveryVoice / Installation.

Documentation

Read the full EveryVoice documentation.

In particular, read the Guides to get familiar with the whole process.

To build and view the documentation locally:

pip install -e '.[docs]'
mkdocs serve

and browse to http://127.0.0.1:8000/.

Contributing

Feel free to dive in! Open an issue or submit PRs.

This repo follows the Contributor Covenant Code of Conduct.

Please make sure our standard Git hooks are activated, by running these commands in your sandbox (if you used our make-everyvoice-env script then this step is already done for you):

pip install -e '.[dev]'
pre-commit install
gitlint install-hook
git submodule foreach 'pre-commit install'
git submodule foreach 'gitlint install-hook'

Have a look at Contributing.md for the full details on the Conventional Commit messages we prefer, our code formatting conventions, our Git hooks, and recommendations on how to make effective pull requests.

Publishing Instructions

To publish a new version of the project, follow these steps:

  1. Determine the Version Bump Decide whether your changes constitute a:

    • Major version bump (breaking changes),
    • Minor version bump (new features, backward-compatible, any change to the schema), or
    • Patch version bump (bug fixes, small changes).
  2. Update Version Files

    • Update the everyvoice._version file to reflect the new version.
    • Keep all submodule._version files in sync with this version, except for the wav2vec2 aligner submodule (which can be installed separately).
    • Commit the resulting changes, including all submodules.
  3. Update Schema (for Major/Minor bumps) If you bumped a major or minor version:

    • Run everyvoice update-schema. You may need to delete existing schema files if you get an error message, but you should only do so if you are sure that those schema files have not already been published. I.e. we might already have schema files related to an alpha release - those can be overwritten, but we should never change published schema files.
    • Commit the resulting changes.
  4. Open a Pull Request

    • Create a PR with your changes.
    • Wait for tests to pass and for the PR to be merged into main.
  5. Tag the Release After merging:

    git tag -a -m vX.Y.Z vX.Y.Z
    git push 'vX.Y.Z'
    
  6. Update SchemaStore (for Major/Minor bumps) Once the CI has built and released your version, if you bumped a major or minor version:

    Submit a PR to SchemaStore to update the schema reference.

    The only file you need to change is: src/api/json/catalog.json

Acknowledgements

This repository draws on many other wonderful code bases. Many thanks to:

Tests

Run unit tests by python -m unittest tests/test_configs.py or suites of tests by running everyvoice test dev if you have the package installed interactively.

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

everyvoice-0.2.0.tar.gz (164.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

everyvoice-0.2.0-py3-none-any.whl (214.6 kB view details)

Uploaded Python 3

File details

Details for the file everyvoice-0.2.0.tar.gz.

File metadata

  • Download URL: everyvoice-0.2.0.tar.gz
  • Upload date:
  • Size: 164.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for everyvoice-0.2.0.tar.gz
Algorithm Hash digest
SHA256 d678eeb74824c019330b10de04af20ab5278973689b4847f616767e8902dcfa0
MD5 98d6b351d283aa84b0b9cbf871304059
BLAKE2b-256 5b0b906efb12ed67df4bbb72588daa627a0efeb4c0684cddf331e18d4de09cd1

See more details on using hashes here.

File details

Details for the file everyvoice-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: everyvoice-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 214.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for everyvoice-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7a98dc00cae6c94106d04febd0eeb2488a12c2ee128c9952d548e947b90f9289
MD5 b5fec239065ceb619a556ec0b2533e2a
BLAKE2b-256 4f0d3dcb48c7149e564c7a8decff85e70c923889461e07007f26ed05c6ceba7d

See more details on using hashes here.

Supported by

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