Mumbli – my personal Wispr Flow
The article discusses the author's experience with text-to-speech technology and the development of their application, Mumbli. After experimenting with various tools, the author created Mumbli to improve dictation efficiency and has achieved over 3300 transcriptions. The author also shares performance benchmarks comparing different speech-to-text providers, highlighting the speed and usability of their application.
- ▪The author began their text-to-speech journey a year ago, finding it faster than typing.
- ▪Mumbli has been used for over 3300 transcriptions, showcasing its effectiveness.
- ▪Benchmark tests revealed that Groq Whisper was significantly faster than ElevenLabs and Interfaze in terms of latency.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 654557) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Alex Posted on May 21 Mumbli – my personal Wispr Flow #tts #whisper #productivity #opensource My text-to-speech journey started roughly a year ago, when I tried it again and was impressed by how much faster it was than typing. I'd been fascinated by Churchill's use of a stenographer, and I knew it was a more efficient way to write things given proper editor post-processing.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).