larynx VS TTS

Compare larynx vs TTS and see what are their differences.

larynx

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

TTS

:robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts) (by mozilla)
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 TTS
18 62
788 8,806
- 1.0%
0.0 0.0
11 months ago 6 months ago
Python Jupyter Notebook
MIT License Mozilla Public 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

TTS

Posts with mentions or reviews of TTS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-04.
  • Any recommendation for human like voice AI model for conversation AI?
    2 projects | news.ycombinator.com | 4 Jan 2024
    Fast or good, choose one

    Mozilla's TTS is a python package installable with pip and uses cpu or gpu resources to render a choice of voices, they mostly sound natural and this is the good. https://github.com/mozilla/TTS

    Mycroft's mimic3 is the default voice renderer for the Mycroft project that runs on pi hardware and sounds ok-ish, that is the fast. https://github.com/MycroftAI/mimic3

    There are many others but these are the two I use according to if it needs to run on limited hardware or if the cycles fall freely from the sky.

  • Coqui.ai Is Shutting Down
    4 projects | news.ycombinator.com | 3 Jan 2024
    Coqui-ai was a commercial continuation of Mozilla TTS and STT (https://github.com/mozilla/TTS).

    At the time (2018-ish), it was really impressive for on-device voice synthesis (with a quality approaching the Google and Azure cloud-based voice synthesis options) and open source, so a lot of people in the FOSS community were hoping it could be used for a privacy-respecting home assistant, Linux speech synthesis that doesn't suck, etc.

    After Mozilla abandoned the project, Coqui continued development and had some really impressive one-shot voice cloning, but pivoted to marketing speech synthesis for game developers. They were probably having trouble monetizing it, and it doesn't surprise me that they shut down.

    An equivalent project that's still in active development and doing really well is Piper TTS (https://github.com/rhasspy/piper).

  • What self hosted app do you wish existed?
    17 projects | /r/selfhosted | 18 Jun 2023
    An RSS reader that integrates TTS (or TTS)
  • Audio Converter! How to write one in c/c++?
    1 project | /r/AskProgramming | 14 May 2023
    My solution would be to use a speech synthesis library, maybe eSpeak or Festival, just for ease of use; I think they each provide a library that you could use from C or C++ easily. This one from Mozilla is a more modern system with better-quality output, but it looks like it's set up to run through Python, and I haven't looked at it closely enough to see how much work it would be to get it working for you.
  • Web Speech API is (still) broken on Linux circa 2023
    8 projects | /r/javascript | 15 Apr 2023
    There is a lot of TTS and SST development going on (https://github.com/mozilla/TTS; https://github.com/mozilla/DeepSpeech; https://github.com/common-voice/common-voice). That is the only way they work: Contributions from the wild.
  • [P] Balacoon: free-to-use text-to-speech
    3 projects | /r/MachineLearning | 13 Apr 2023
    unfortunately not yet. I need to expand the library of languages and voices. looking around, it seems only Coqui had some traction re Brazilian Portuguese: https://github.com/mozilla/TTS/issues/160. If you foresee wide adoption of the tech for this locale, hit me up with DM
  • Text to speech free
    1 project | /r/software | 9 Apr 2023
    I haven't used it, but there's also mozilla/TTS.
  • Does anyone know how to set up Mozilla TTS to work with firefox's reader view?
    1 project | /r/firefox | 31 Mar 2023
    Mozilla TTS
  • Conteúdo removido do rb que fiz sobre a destruição do Rio Doce 853KM de rio pela Vale e BHP Billings
    1 project | /r/brasilivre | 25 Mar 2023
  • [D] Looking for someone to do a small coding job
    2 projects | /r/MachineLearning | 25 Feb 2023
    Instead, just use Firefox's open-source TTS model: https://github.com/mozilla/TTS

What are some alternatives?

When comparing larynx and TTS you can also consider the following projects:

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

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

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)

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

STT - 🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.

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)

DeepSpeech - DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.

rhasspy - Offline private voice assistant for many human languages

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