tacotron2 VS piper-phonemize

Compare tacotron2 vs piper-phonemize and see what are their differences.

tacotron2

Tacotron 2 - PyTorch implementation with faster-than-realtime inference (by NVIDIA)

piper-phonemize

C++ library for converting text to phonemes for Piper (by rhasspy)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tacotron2 piper-phonemize
29 1
4,925 56
0.7% -
0.0 7.7
5 months ago 3 months ago
Jupyter Notebook C++
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tacotron2

Posts with mentions or reviews of tacotron2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.

piper-phonemize

Posts with mentions or reviews of piper-phonemize. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • ESpeak-ng: speech synthesizer with more than one hundred languages and accents
    21 projects | news.ycombinator.com | 1 May 2024
    Yeah, it would be nice if the financial backing behind Rhasspy/Piper led to improvements in espeak-ng too but based on my own development-related experience with the espeak-ng code base (related elsewhere in the thread) I suspect it would be significantly easier to extract the specific required text to phonemes functionality or (to a certain degree) reimplement it (or use a different project as a base[3]) than to more closely/fully integrate changes with espeak-ng itself[4]. :/

    It seems Piper currently abstracts its phonemize-related functionality with a library[0] that currently makes use of a espeak-ng fork[1].

    Unfortunately it also seems license-related issues may have an impact[2] on whether Piper continues to make use of espeak-ng.

    For your specific example of handling 1984 as a year, my understanding is that espeak-ng can handle situations like that via parameters/configuration but in my experience there can be unexpected interactions between different configuration/API options[6].

    [0] https://github.com/rhasspy/piper-phonemize

    [1] https://github.com/rhasspy/espeak-ng

    [2] https://github.com/rhasspy/piper-phonemize/issues/30#issueco...

    [3] Previously I've made note of some potential options here: https://gitlab.com/RancidBacon/notes_public/-/blob/main/note...

    [4] For example, as I note here[5] there's currently at least four different ways to access espeak-ng's phoneme-related functionality--and it seems that they all differ in their output, sometimes consistently and other times dependent on configuration (e.g. audio output mode, spoken punctuation) and probably also input. :/

    [5] https://gitlab.com/RancidBacon/floss-various-contribs/-/blob...

    [6] For example, see my test cases for some other numeric-related configuration options here: https://gitlab.com/RancidBacon/floss-various-contribs/-/blob...

What are some alternatives?

When comparing tacotron2 and piper-phonemize you can also consider the following projects:

tortoise-tts - A multi-voice TTS system trained with an emphasis on quality

Voice-Cloning-App - A Python/Pytorch app for easily synthesising human voices

Real-Time-Voice-Cloning - Clone a voice in 5 seconds to generate arbitrary speech in real-time

TTS - 🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production

NeMo - A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)

waveglow - A Flow-based Generative Network for Speech Synthesis

larynx - End to end text to speech system using gruut and onnx

RHVoice - a free and open source speech synthesizer for Russian and other languages

radtts - Provides training, inference and voice conversion recipes for RADTTS and RADTTS++: Flow-based TTS models with Robust Alignment Learning, Diverse Synthesis, and Generative Modeling and Fine-Grained Control over of Low Dimensional (F0 and Energy) Speech Attributes.

vits - VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech

TTS - :robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts)

FastSpeech2 - An implementation of Microsoft's "FastSpeech 2: Fast and High-Quality End-to-End Text to Speech"