Ross ROSS = Recommend OSS · open-source software intelligence for agents

festvox/flite

A small fast portable speech synthesis system observed · 2026-08-28

github.com/festvox/flite · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3238
  • days_rel: n/a
  • days_push: 791
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1081 stars · 210 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Flite (festival-lite) is a small, fast, portable run-time text-to-speech synthesis engine written entirely in ANSI C by Carnegie Mellon University. It ships as both a linkable library and a CLI that synthesizes text or files to audio devices or waveform files, with voices compiled into the binary for near-zero startup delay.

Use cases

  • add text-to-speech to an embedded device or phone
  • convert text files to spoken audio from the command line
  • embed a lightweight TTS engine in a C application
  • serve many concurrent TTS synthesis requests on a server
  • run speech synthesis on low-memory hardware under 1MB
  • generate waveform files from text programmatically

When to choose

  • you need a tiny, fast, portable TTS engine in pure C
  • targeting embedded or resource-constrained devices
  • you need thread-safe synthesis with no startup delay
  • you want voices linked into ROM or loaded from a single file

When to avoid

  • you need highly customizable run-time voices or languages (use Festival)
  • you want modern neural TTS quality
  • you prefer higher-level languages or easy run-time customization
  • you need extensive voice variety out of the box

Facets

library · maturity stable

tts speech-recognition audio-processing cli speech-processing embedded-systems cross-platform windows cross-platform embedded cli c text-to-speech speech-synthesis embedded-tts cmu festival ansic small-footprint audio-output natural-language-processing linux macos

1 source

Member repositories

RepositoryRoleHealth v2
festvox/flitemain23

For agents

markdown · JSON · MCP: product_card(name="festvox/flite")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem