Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mozilla Text-To-Speech #19

Open
chidiewenike opened this issue Oct 17, 2020 · 2 comments
Open

Mozilla Text-To-Speech #19

chidiewenike opened this issue Oct 17, 2020 · 2 comments
Assignees

Comments

@chidiewenike
Copy link
Collaborator

Objective

Test the Mozilla Text-To-Speech module as an offline TTS option which sounds more natural and human-like.

Key Result

A function which takes a string as input to the function and outputs the string as audio.

Details

The current TTS solution provides decent output with preferred memory usage & runtime. The next step would be a deep-learning approach which traditionally allows for more natural-sounding speech. Mozilla's Text-To-Speech module shows promise and could be a possible solution. The output audio will need to be tested/analyzed as well as benchmarking memory usage/runtime.

@chidiewenike
Copy link
Collaborator Author

chidiewenike commented Oct 18, 2020

Discovered by @snekiam and ran by @gwholland3 to setup TTS on a Mac:

  1. python3 -m pip install -r requirements.txt

  2. python3 setup.py develop

@gwholland3
Copy link
Contributor

Docker image of Mozilla's TTS system using LJSpeech Tacotron2 English model and Multiband MelGAN vocoder:

https://github.com/synesthesiam/docker-mozillatts

Install Docker and follow the "Using" instructions on the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants