Canto: A speech model built for the real world
sleepypandas
35 points
14 comments
September 17, 2026
Related Discussions
Found 5 related stories in 82.0ms across 7,105 title embeddings via pgvector HNSW
- Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost toebee · 75 pts · September 14, 2026 · 49% similar
- Show HN: Sparrow-2 – Noise cancellation isn't designed for conversational AI code_brian · 11 pts · September 08, 2026 · 49% similar
- AI models chatting in 'surreal' dialect of poetic language and tech bro jargon fittingopposite · 20 pts · September 15, 2026 · 48% similar
- How we made a text-to-speech model respond in sub-50 ms toebee · 129 pts · August 21, 2026 · 47% similar
- Launch HN: Speko (YC S26) – OpenRouter for Voice AI abdik · 99 pts · August 17, 2026 · 46% similar
Discussion Highlights (8 comments)
hs86
They also have a video announcement: https://x.com/WisprFlow/status/2100640514186072347
ks2048
They need to show some examples. You beat all the top models on your private data set? Show at least a couple examples - audio and transcripts - from examples that your model got right and others got wrong.
IOT_Apprentice
What languages are supported?
simonjgreen
Congrats Wisprflow, love to see this. Especially learning the users nuances and corrections, i think that may be novel in the dictation app space. Things like Handy have the ability to specify common typos but some method of automatic learning is new. This is a pretty hot space right now. For me, it's all incredible for two things: - I get my unabridged thoughts down on the page substantially quicker and cleaner using dictation. I believe dictation is the perfect first draft tool, and an amazing way to interact with AI too as you can dump tonnes of personal opinion in to every prompt without the overhead of keyboard interface. - Accessibility! I know a couple of folks whos ability to use a computer has been tremendously elevated by the recent improvements in dictation. Due to mobility issues, they feel largely locked out of interacting online and tools like Handy and Wisprflow have been a game changer for them. Very excited about all this, keep it coming!
qprofyeh
Wonder if they are aware of Cantonese, the language that is often abbreviated as Canto.
nr378
Is it actually better than Microsoft's MAI-Transcribe-2? That generally seems like the best model right now and it's not included in their benchmarks. I switched from Superwhisper->WisprFlow->Spokenly->Fieldwork and found WisprFlow the least accurate of the 4.
Redster
Congrats on the launch! I'm glad more progress is being made in this area. Because of the hallucinations inherent in transformer models, I went looking for a transducer-based model with a low WER. I have been super pleased with parakeet-unified-en-0.6b. It's WER isn't as low as Canto, but it's about as low as you can get (~5-6.5%) with a non-transformer-based model as far as I'm aware. I've been very pleased with its output. I wasn't looking for this, but it's also lightweight enough to run on my little potato PC, which has an i5 8th gen processor, and still transcribe 9-10x faster than realtime. I vibe-coded a little wrapper for it and use it on folders of audio or podcast rss feeds or even YT playlists and channels and it's been one of my new favorite tools.
vivzkestrel
- since we are on the topic i ll ask again here - i want to record my voice for gaming sessions but i have a horrible voice - i want to speak and convert my voice in real time to one of the good quality AI voices out there - bonus points if it can be an OBS plugin. even if such a plugin doesnt exist I am happy to code one - anyone got any recommendations for a library that solves this issue? most of the whisper and other stuff out there is non real time and I am looking for something open source