Viewing profile — MbBrainz
MbBrainz
HN member- Joined
- Mon, Nov 04, 2024, 9:59 AM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About MbBrainz
Recent public activity
-
comment
Comment #47224409
Love it! Solving the latency problem is essential to making voice ai usable and comfortable. Your point on VAD is interesting - hadn't thought about that.
-
story
Show HN: TTSLab – Text-to-speech that runs in the browser via WebGPU
I built TTSLab — a free, open-source tool for running text-to-speech and speech-to-text models directly in the browser using WebGPU and WASM. No API keys, no backend, no data leave…
-
comment
Comment #47137462
Amazing, Im happy that you like it! The voice agent indeed uses Silero VAD(v5) - There is an onnx wasm file available for the underlying VAD model, so we can perfectly run that wit…
-
comment
Comment #47123995
Maker here. A few technical notes that might be interesting to this crowd: The Voice Agent chains three models in the browser: Whisper for STT → a local LLM → Kokoro/SpeechT5 for T…
-
story
Show HN: TTSLab – A voice AI agent and TTS lab running in the browser via WebGPU
I built TTSLab — a free, open-source tool for running text-to-speech and speech-to-text models directly in the browser using WebGPU and WASM. No API keys, no backend, no data leave…