WeSearch

Mumbli – my personal Wispr Flow

·3 min read · 0 reactions · 0 comments · 14 views
#technology#productivity#opensource
Mumbli – my personal Wispr Flow
TL;DR · WeSearch summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)