From dd40c05640960feabf31190647ceb4e69531eaa4 Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Mon, 30 Mar 2026 20:11:31 +1300 Subject: [PATCH] docs: add GitHub star badges to library table in README Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2adaa92..93f3818 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ WaveKat builds open-source, AI-powered solutions that put enterprise-grade capab ### Libraries -| Repo | What it does | -|------|-------------| -| [wavekat-core](https://github.com/wavekat/wavekat-core) | Shared audio primitives (`AudioFrame`, sample format conversion) | -| [wavekat-vad](https://github.com/wavekat/wavekat-vad) | Voice Activity Detection — WebRTC, Silero, TEN-VAD, FireRedVAD | -| [wavekat-turn](https://github.com/wavekat/wavekat-turn) | Turn detection — knows when a speaker is done talking | -| [wavekat-lab](https://github.com/wavekat/wavekat-lab) | Interactive dashboard for testing and comparing audio backends | +| Repo | What it does | Stars | +|------|-------------|-------| +| [wavekat-core](https://github.com/wavekat/wavekat-core) | Shared audio primitives (`AudioFrame`, sample format conversion) | ![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-core?style=flat-square) | +| [wavekat-vad](https://github.com/wavekat/wavekat-vad) | Voice Activity Detection — WebRTC, Silero, TEN-VAD, FireRedVAD | ![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-vad?style=flat-square) | +| [wavekat-turn](https://github.com/wavekat/wavekat-turn) | Turn detection — knows when a speaker is done talking | ![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-turn?style=flat-square) | +| [wavekat-lab](https://github.com/wavekat/wavekat-lab) | Interactive dashboard for testing and comparing audio backends | ![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-lab?style=flat-square) | ## Tech Stack