Speech Synthesis library

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • SAM

    Software Automatic Mouth - Tiny Speech Synthesizer (by s-macke)

  • Doing something self contained is going to be hard unless you want to port SAM (https://github.com/s-macke/SAM, js ver that might be easier to port: https://github.com/discordier/sam) to rust or do FFI with that (and accept the rather bad audio quality), as most of the other TTS libraries I know (festival) are quite hard to even use

  • sam

    Software Automatic Mouth - Tiny Speech Synthesizer (by discordier)

  • Doing something self contained is going to be hard unless you want to port SAM (https://github.com/s-macke/SAM, js ver that might be easier to port: https://github.com/discordier/sam) to rust or do FFI with that (and accept the rather bad audio quality), as most of the other TTS libraries I know (festival) are quite hard to even use

  • 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.

    InfluxDB logo
  • TTS

    πŸΈπŸ’¬ - a deep learning toolkit for Text-to-Speech, battle-tested in research and production

  • You could look at this repo https://github.com/coqui-ai/TTS to create your own FFI bindings.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts