Tag

#speech-to-text

4 posts

Voice10 min read

whisper.cpp: Offline Voice Transcription Guide

whisper.cpp is the C and C++ port of OpenAI Whisper that runs fully offline, with model sizes from 75 MB to 2.9 GB and accuracy that scales with size. This guide covers install, batch transcription of voice memos, the limits, and where a managed tool fills the gaps.

Voice11 min read

Voice to Markdown: The 2026 How-To Guide

A practical how-to for turning speech into markdown. Covers the transcript-to-structure pipeline, a copy-paste output example, Obsidian and Git workflows, quik.md's built-in flow, and an honest look at DIY Whisper setups.