From 347c40dd0a72aca2fb9257018dc004a4d718fa69 Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 8 Apr 2026 08:26:02 +1200 Subject: [PATCH 1/8] feat: add wavekat-tts to libraries Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 1 + README.md | 1 + src/pages/index.astro | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 4f3d42a..34d317e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -26,6 +26,7 @@ All repos live under the `wavekat` GitHub org. SSH access uses the `github.com-w | `wavekat-vad` | Voice Activity Detection — WebRTC, Silero, TEN-VAD, FireRedVAD | Cyan `#00bcd4` | | `wavekat-turn` | Turn detection — end-of-utterance for voice pipelines | Purple `#7c4dff` | | `wavekat-lab` | Interactive dashboard for testing audio backends | Amber `#ffd740` | +| `wavekat-tts` | Text-to-speech synthesis for voice pipelines | Pink `#ff4081` | ### Tools | Name | What it does | URL | diff --git a/README.md b/README.md index 78f22fe..b573a88 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ WaveKat builds open-source, AI-powered solutions that put enterprise-grade capab | [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)](https://github.com/wavekat/wavekat-vad) | | [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)](https://github.com/wavekat/wavekat-turn) | | [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)](https://github.com/wavekat/wavekat-lab) | +| [wavekat-tts](https://github.com/wavekat/wavekat-tts) | Text-to-speech synthesis — unified Rust interface for multiple TTS backends | [![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-tts?style=flat-square)](https://github.com/wavekat/wavekat-tts) | ## Tech Stack diff --git a/src/pages/index.astro b/src/pages/index.astro index b325a56..7d5ac01 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -36,6 +36,12 @@ const libraries = [ color: '#ffd740', href: 'https://github.com/wavekat/wavekat-lab', }, + { + name: 'wavekat-tts', + description: 'Text-to-speech synthesis — unified Rust interface for multiple TTS backends.', + color: '#ff4081', + href: 'https://github.com/wavekat/wavekat-tts', + }, ]; --- From 403b55098925061fb58f2e5d0989fae8f4d9950c Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 8 Apr 2026 08:28:38 +1200 Subject: [PATCH 2/8] fix: default to dark when OS has no color preference Co-Authored-By: Claude Sonnet 4.6 --- src/layouts/Base.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 2bb9e20..bc139e4 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -59,8 +59,8 @@ const ogImageURL = new URL(ogImage, Astro.site); From 304272779a6bd298f8ab9e06e3497381ccde8e9a Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 8 Apr 2026 08:54:29 +1200 Subject: [PATCH 3/8] docs: add source link column to Tools table in README Co-Authored-By: Claude Sonnet 4.6 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b573a88..c9ccf19 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ WaveKat builds open-source, AI-powered solutions that put enterprise-grade capab ### Tools -| Name | What it does | -|------|-------------| -| [Common Voice Explorer](https://commonvoice-explorer.wavekat.com/) | Browse, filter, and review Mozilla Common Voice dataset clips | +| Name | What it does | Source | +|------|-------------|--------| +| [Common Voice Explorer](https://commonvoice-explorer.wavekat.com/) | Browse, filter, and review Mozilla Common Voice dataset clips | [wavekat-lab/tools/cv-explorer](https://github.com/wavekat/wavekat-lab/tree/main/tools/cv-explorer) | ### Libraries From f622d1258293fff364f244accb9b8ca87836e14d Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 8 Apr 2026 08:55:07 +1200 Subject: [PATCH 4/8] docs: link tool name to source, add URL column for live site Co-Authored-By: Claude Sonnet 4.6 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9ccf19..f5d73f1 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ WaveKat builds open-source, AI-powered solutions that put enterprise-grade capab ### Tools -| Name | What it does | Source | -|------|-------------|--------| -| [Common Voice Explorer](https://commonvoice-explorer.wavekat.com/) | Browse, filter, and review Mozilla Common Voice dataset clips | [wavekat-lab/tools/cv-explorer](https://github.com/wavekat/wavekat-lab/tree/main/tools/cv-explorer) | +| Name | What it does | URL | +|------|-------------|-----| +| [Common Voice Explorer](https://github.com/wavekat/wavekat-lab/tree/main/tools/cv-explorer) | Browse, filter, and review Mozilla Common Voice dataset clips | [commonvoice-explorer.wavekat.com](https://commonvoice-explorer.wavekat.com/) | ### Libraries From 5717c4997eff2f3c7149fc77e1466ef62a2327a9 Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 8 Apr 2026 08:56:04 +1200 Subject: [PATCH 5/8] docs: move tool URL inline under description Co-Authored-By: Claude Sonnet 4.6 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5d73f1..fdb4735 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ WaveKat builds open-source, AI-powered solutions that put enterprise-grade capab ### Tools -| Name | What it does | URL | -|------|-------------|-----| -| [Common Voice Explorer](https://github.com/wavekat/wavekat-lab/tree/main/tools/cv-explorer) | Browse, filter, and review Mozilla Common Voice dataset clips | [commonvoice-explorer.wavekat.com](https://commonvoice-explorer.wavekat.com/) | +| Name | What it does | +|------|-------------| +| [Common Voice Explorer](https://github.com/wavekat/wavekat-lab/tree/main/tools/cv-explorer) | Browse, filter, and review Mozilla Common Voice dataset clips
[commonvoice-explorer.wavekat.com](https://commonvoice-explorer.wavekat.com/) | ### Libraries From 2c175ec5722b0198b575b1f6c1c2b5f44b009bd1 Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 8 Apr 2026 08:57:15 +1200 Subject: [PATCH 6/8] docs: add Try it label before tool URL Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdb4735..9bf37ad 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ WaveKat builds open-source, AI-powered solutions that put enterprise-grade capab | Name | What it does | |------|-------------| -| [Common Voice Explorer](https://github.com/wavekat/wavekat-lab/tree/main/tools/cv-explorer) | Browse, filter, and review Mozilla Common Voice dataset clips
[commonvoice-explorer.wavekat.com](https://commonvoice-explorer.wavekat.com/) | +| [Common Voice Explorer](https://github.com/wavekat/wavekat-lab/tree/main/tools/cv-explorer) | Browse, filter, and review Mozilla Common Voice dataset clips
**Try it:** [commonvoice-explorer.wavekat.com](https://commonvoice-explorer.wavekat.com/) | ### Libraries From e16596ce0589eda48fcaaee0d1f9d89c46c889f6 Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 8 Apr 2026 08:57:59 +1200 Subject: [PATCH 7/8] docs: show full https URL as tool link text Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bf37ad..ff9cd97 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ WaveKat builds open-source, AI-powered solutions that put enterprise-grade capab | Name | What it does | |------|-------------| -| [Common Voice Explorer](https://github.com/wavekat/wavekat-lab/tree/main/tools/cv-explorer) | Browse, filter, and review Mozilla Common Voice dataset clips
**Try it:** [commonvoice-explorer.wavekat.com](https://commonvoice-explorer.wavekat.com/) | +| [Common Voice Explorer](https://github.com/wavekat/wavekat-lab/tree/main/tools/cv-explorer) | Browse, filter, and review Mozilla Common Voice dataset clips
**Try it:** [https://commonvoice-explorer.wavekat.com](https://commonvoice-explorer.wavekat.com/) | ### Libraries From d2aed2990cccb1a749b7d4f388d93efc277bad5a Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 8 Apr 2026 08:59:30 +1200 Subject: [PATCH 8/8] docs: show full https URL for wavekat.com site link Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff9cd97..3b6b5b6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ > Give every small business the voice of a big one. -[wavekat.com](https://wavekat.com) +[https://wavekat.com](https://wavekat.com) WaveKat builds open-source, AI-powered solutions that put enterprise-grade capabilities in the hands of everyone. We start with voice — answering phones, handling conversations, being present 24/7 — the kind of thing only big companies could afford to do well. But voice is just where we begin.