xiph/LPCNet
Efficient neural speech synthesis observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2869
- days_rel: n/a
- days_push: 711
- n_releases_24m: 0
Adoption not part of the score
1221 stars · 306 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LPCNet is a low-complexity C implementation of the WaveRNN-based LPCNet neural vocoder for efficient speech synthesis and compression. It applies linear prediction to WaveRNN to achieve real-time neural speech synthesis on modest hardware, and has been used for low-bitrate speech coding and packet loss concealment in Opus.
Use cases
- synthesize speech from acoustic features on CPU
- build a low-bitrate neural speech codec
- implement packet loss concealment for VoIP
- research low-complexity neural vocoders
- run neural speech synthesis in real time without a GPU
When to choose
- you need a proven, low-CPU neural vocoder in C
- you are researching LPC-based neural speech synthesis or coding
- you want to study the techniques later folded into Opus (PLC, deep redundancy)
When to avoid
- you want actively maintained software - the README recommends switching to FARGAN
- you need the best quality-to-complexity ratio, since FARGAN outperforms it at 1/5 the cost
- you want a high-level Python training framework out of the box
Facets
library · maturity abandoned
speech-recognition audio-processing machine-learning deep-learning speech-processing machine-learning c windows cross-platform speech-synthesis vocoder wavernn lpc neural-vocoder low-complexity packet-loss-concealment speech-coding audio linux macos
1 source
- readme: https://github.com/xiph/LPCNet · fetched 2026-08-28 · 3072038b8e20
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| xiph/LPCNet | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem