Skip to content

Added modern neural net speech synthesis with Merlin and Ossian #20

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ Language Modelling Toolkits

Speech Recognition
-------------------

- `Mozilla DeepSpeech <https://github.com/mozilla/DeepSpeech>`_ A TensorFlow implementation of Baidu's DeepSpeech architecture

- `AaltoASR <https://github.com/aalto-speech>`_ Aalto Automatic Speech Recognition tools

- `Barista <https://github.com/usc-sail/barista>`_ Barista is an open-source framework for concurrent speech processing.
Expand Down Expand Up @@ -179,6 +182,10 @@ Signal Processing
Text-to-Speech
-----------------


- `Merlin <https://github.com/CSTR-Edinburgh/merlin>`_ Neural Net-based speech synthesis
- `Ossian <https://github.com/CSTR-Edinburgh/ossian>`_ Frontend for speech synthesis (designed for Merlin)
- `Festival <http://www.cstr.ed.ac.uk/projects/festival>`_ Frontend for speech synthesis (traditional)
- `HTS <http://hts.sp.nitech.ac.jp/>`_ HMM-based speech synthesis
- `RusPhonetizer <https://github.com/wilpert/RusPhonetizer>`_ Grammar rules and dictionaries for the phonetic transcription of Russian sentences

Expand Down