Passer au contenu

Bitcoin accepté au paiement  |  Expédié depuis Laval, QC, Canada  |  Soutien expert depuis 2016

Speech-to-Text

Sovereign AI

Definition

Speech-to-text, also called automatic speech recognition (ASR), converts spoken audio into written text. The best-known open-weight example is OpenAI's Whisper, an encoder-decoder transformer released with downloadable weights that can transcribe and translate speech across many languages. Because the weights are public, Whisper-class models can run entirely on local hardware, making private, offline transcription practical — a cornerstone capability for anyone building a voice interface that never phones home.

How Whisper works

Whisper takes a simple end-to-end approach. Input audio is split into 30-second chunks and converted into a log-Mel spectrogram, a frequency-versus-time representation of the sound. That spectrogram is fed to a transformer encoder that turns it into context-aware embeddings, and a transformer decoder predicts the corresponding text token by token — the same next-token machinery that powers language models, pointed at sound. Special tokens steer the same model to perform language identification, timestamping, multilingual transcription, and translation into English. Whisper was trained on roughly 680,000 hours of multilingual, multitask audio collected from the web, which is what gives it broad robustness to accents, technical vocabulary, and background noise — including, usefully for our audience, the fan roar of a running miner in the same room.

Model sizes and self-hosting

Whisper ships in several sizes — tiny (39M parameters), base (74M), small (244M), medium (769M), and large (1.55B) — so an operator can trade accuracy against speed and memory. Smaller variants run comfortably on a CPU or modest GPU, and optimized reimplementations in the llama.cpp spirit (quantized weights, plain C/C++ inference) push even the larger models onto ordinary desktops. That means voice notes, meeting transcripts, or command input can be processed without any audio ever leaving the machine. The practical recipe is the same one used for local LLMs: pick the largest model your hardware runs at acceptable latency, apply quantization if memory is tight, and measure real-world accuracy on your voice and vocabulary rather than trusting benchmark numbers.

Why local ASR matters for sovereignty

Voice is among the most intimate data streams a person produces — it carries identity, location cues, health signals, and the content of private conversations. Cloud transcription services necessarily receive all of it. Running speech-to-text locally removes that exposure completely: the microphone feeds a model on your own hardware, and only text you choose to keep is stored. This is the design philosophy behind D-Central's own local voice work — self-hosted speech-to-text as the listening half of a voice assistant that runs on hardware you control, documented alongside our other sovereign-stack projects at the DCENT hub. For a home miner or node runner, the payoff is a hands-free interface to your own systems — ask for hashrate, temperatures, or node status out loud — without wiring a hot microphone to someone else's cloud.

Practical accuracy tuning

Real-world ASR quality is mostly won outside the model. A decent microphone positioned close to the speaker beats a model upgrade in noisy rooms; voice-activity detection that trims silence reduces both latency and hallucinated filler; and domain-specific post-processing — a dictionary pass that corrects "hash rate" and model numbers your model has never seen — cleans up the last few percent that matter. Latency deserves explicit budgeting too: transcribing a finished recording can use the largest model available, while a live voice interface needs streaming-friendly small models that return words while you are still speaking. Measure word-error rate on your own recordings, not on benchmarks, and iterate on the audio chain before reaching for a bigger network.

D-Central documents speech-to-text as the input half of a voice pipeline; the output half, generating spoken audio from text, is handled by text-to-speech. Transcribed text can then be embedded for semantic search or fed to local inference.

In Simple Terms

Speech-to-text, also called automatic speech recognition (ASR), converts spoken audio into written text. The best-known open-weight example is OpenAI’s Whisper, an encoder-decoder transformer released with…

Explore the Full Glossary

Browse all Bitcoin mining terms from A to Z. Whether you are a beginner or expert, deepen your understanding of the mining ecosystem.

Glossaire du minage

ASIC Miner Database

Compare 500+ miners with real-time profitability data, home mining scores, and detailed specs.

Comparer les mineurs