larynx VS tortoise-tts

Compare larynx vs tortoise-tts and see what are their differences.

larynx

End to end text to speech system using gruut and onnx (by rhasspy)

tortoise-tts

A multi-voice TTS system trained with an emphasis on quality (by neonbjb)
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
larynx tortoise-tts
18 145
788 11,819
- -
0.0 8.0
11 months ago 1 day ago
Python Jupyter Notebook
MIT License Apache License 2.0
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.

larynx

Posts with mentions or reviews of larynx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Home Assistant’s Year of the Voice – Chapter 2
    7 projects | news.ycombinator.com | 27 Apr 2023
    The most exciting thing about Home Assistant's "Year of the Voice", for me, is that it is apparently enabling/supporting @synesthesiam's continued phenomenal contributions to the FLOSS off-line voice synthesis space.

    The quality, variety & diversity of voices that synesthesiam's "Larynx" TTS project (https://github.com/rhasspy/larynx/) made available, completely transformed the Free/Open Source Text To Speech landscape.

    In addition "OpenTTS" (https://github.com/synesthesiam/opentts) provided a common API for interacting with multiple FLOSS TTS projects which showed great promise for actually enabling "standing on the shoulders of" rather than re-inventing the same basic functionality every time.

    The new "Piper" TTS project mentioned in the article is the apparent successor to Larynx and, along with the accompanying LibriTTS/LibriVox-based voice models, brings to FLOSS TTS something it's never had before:

    * Too many voices! :)

    Seriously, the current LibriTTS voice model version has 900+ voices (of varying quality levels), how do you even navigate that many?![0]

    And that's not even considering the even higher quality single speaker models based on other audio recording sources.

    Offline TTS while immensely valuable for individuals, doesn't seem to be attractive domain for most commercial entities due to lack of lock-in/telemetry opportunities so I was concerned that we might end up missing out on further valuable contributions from synesthesiam's specialised skills & experience due to financial realities & the human need for food. :)

    I'm glad we instead get to see what happens next.

    [0] See my follow-up comment about this.

  • Text to speech
    4 projects | /r/selfhosted | 21 Feb 2023
    Larynx!
  • Ask HN: Are there any good open source Text-to-Speech tools?
    15 projects | news.ycombinator.com | 1 Jan 2023
    I've had good results with https://github.com/rhasspy/larynx
  • Recommend a Text to Speech tool ?
    1 project | /r/RASPBERRY_PI_PROJECTS | 12 Nov 2022
    Larynx is a really good text-to-speech engine
  • Klipper on android
    1 project | /r/klippers | 18 Oct 2022
    I was able to install 3.7 following this guide. https://github.com/rhasspy/larynx/issues/9
  • I built an audio only Gemini client.
    2 projects | /r/geminiprotocol | 5 Jun 2022
  • NaturalSpeech: End-to-End Text to Speech Synthesis with Human-Level Quality
    14 projects | news.ycombinator.com | 17 May 2022
    If you've not already encountered them I'd definitely encourage you to check out these Free/Open Source projects too:

    * Larynx: https://github.com/rhasspy/larynx/

    * OpenTTS: https://github.com/synesthesiam/opentts

    * Likely Mimic3 in the near future: https://mycroft.ai/blog/mimic-3-preview/

    Larynx in particular has a focus on "faster than real-time" while OpenTTS is an attempt to package & provide common REST API to all Free/Open Source Text To Speech systems so the FLOSS ecosystem can build on previous work supported by short-lived business interests, rather than start from scratch every time.

    AIUI the developer of the first two projects now works for Mycroft AI & is involved in the development of Mimic3 which seems very promising given how much of an impact on quality his solo work has had in just the past couple of years or so.

  • Need a recommendation: Self hosted speech to text service
    1 project | /r/selfhosted | 21 Mar 2022
    I haven't used it on it's own, but Larynx has worked well for me for Rhasspy
  • NATSpeech: High Quality Text-to-Speech Implementation with HuggingFace Demo
    4 projects | news.ycombinator.com | 16 Feb 2022
  • Question: Does anybody know of a working Text to Speech for python on pi?
    1 project | /r/raspberry_pi | 29 Jan 2022

tortoise-tts

Posts with mentions or reviews of tortoise-tts. 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
    The quality also depends on the type of model. I'm not really sure what ESpeak-ng actually uses? The classical TTS approaches often use some statistical model (e.g. HMM) + some vocoder. You can get to intelligible speech pretty easily but the quality is bad (w.r.t. how natural it sounds).

    There are better open source TTS models. E.g. check https://github.com/neonbjb/tortoise-tts or https://github.com/NVIDIA/tacotron2. Or here for more: https://www.reddit.com/r/MachineLearning/comments/12kjof5/d_...

  • FLaNK Stack Weekly 12 February 2024
    52 projects | dev.to | 12 Feb 2024
  • OpenVoice: Versatile Instant Voice Cloning
    10 projects | news.ycombinator.com | 1 Jan 2024
    I use Tortoise TTS. It's slow, a little clunky, and sometimes the output gets downright weird. But it's the best quality-oriented TTS I've found that I can run locally.

    https://github.com/neonbjb/tortoise-tts

  • [discussion] text to voice generation for textbooks
    3 projects | /r/MachineLearning | 5 Dec 2023
  • DALL-E 3: Improving image generation with better captions [pdf]
    1 project | news.ycombinator.com | 20 Oct 2023
  • Open Source Libraries
    25 projects | /r/AudioAI | 2 Oct 2023
    neonbjb/tortoise-tts
  • Running Tortoise-TTS - IndexError: List out of range
    1 project | /r/learnpython | 17 Sep 2023
    EDIT: It appears to be the exact same issue as this
  • My Deep Learning Rig
    1 project | news.ycombinator.com | 16 Aug 2023
    It was primarily being used to train TTS models (see https://github.com/neonbjb/tortoise-tts), which largely fit into a single GPUs memory. So, for data parallelism, x8 PCIe isn't that much of a concern.
  • PlayHT2.0: State-of-the-Art Generative Voice AI Model for Conversational Speech
    1 project | news.ycombinator.com | 11 Aug 2023
    Previously TortoiseTTS was associated with PlayHT in some way, although the exact connection is a bit vague [0].

    From the descriptions here it sounds a lot like AudioLM / SPEAR TTS / some of Meta's recent multilingual TTS approaches, although those models are not open source, sounds like PlayHT's approach is in a similar spirit. The discussion of "mel tokens" is closer to what I would call the classic TTS pipeline in many ways... PlayHT has generally been kind of closed about what they used, would be interesting to know more.

    I assume the key factor here is high quality, emotive audio with good data cleaning processes. Probably not even a lot of data, at least in the scale of "a lot" in speech, e.g. ASR (millions of hours) or TTS (hundreds to thousands). As opposed to some radically new architectural piece never before seen in the literature, there are lots of really nice tools for emotive and expressive TTS buried in recent years of publications.

    Tacotron 2 is perfectly capable of this type of stuff as well, as shown by Dessa [1] a few years ago (this writeup is a nice intro to TTS concepts). With the limit largely being, at some point you haven't heard certain phonetic sounds before in a voice, and need to do something to get plausible outcomes for new voices.

    [0] Discussion here https://github.com/neonbjb/tortoise-tts/issues/182#issuecomm...

    [1] https://medium.com/dessa-news/realtalk-how-it-works-94c1afda...

  • Comparing Tortoise and Bark for Voice Synthesis
    2 projects | dev.to | 9 Aug 2023
    Tortoise GitHub repo - Source code, documentation, and usage guide

What are some alternatives?

When comparing larynx and tortoise-tts you can also consider the following projects:

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

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

bark - 🔊 Text-Prompted Generative Audio Model

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)

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

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

piper - A fast, local neural text to speech system

rhasspy - Offline private voice assistant for many human languages

tacotron2 - Tacotron 2 - PyTorch implementation with faster-than-realtime inference

TensorFlowTTS - :stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)