// 100% local
Is it really 100% local?
All processing happens on your machine, with no telemetry. Internet is needed only on first run to download Python, deps and models; after that it runs fully offline.
no telemetry · offline after first run
PLYNTE LIVEAUDIO v1.2.5 - WINDOWS & LINUX
LiveAudio is a free, open-source (MIT) app that generates real-time Whisper speech captions 100% locally and streams them to OBS over a local WebSocket. v1.2.5 loads cached local ASR models immediately, avoids prior network waits, and falls back to CPU if CUDA fails.

LIVE DEMO
A real screen recording of the app generating captions — not a mockup.
real capture
// why LiveAudio
// 100% local
All processing happens on your machine, with no telemetry. Internet is needed only on first run to download Python, deps and models; after that it runs fully offline.
no telemetry · offline after first run
// linux
Yes. Linux x86_64 captures from the microphone and needs libportaudio2. System-audio loopback (WASAPI) is Windows-only.
linux x86_64 · sudo apt install libportaudio2
loopback Windows-only// gpu
No. The CPU works. NVIDIA CUDA is optional but recommended: it is auto-detected and needs driver ≥ 525 and VRAM ≥ 4 GiB.
cpu works · cuda driver ≥ 525 · vram ≥ 4 GiB
// the signal path
Capture audio, keep real speech, decode it locally, then send captions to OBS. Read the docs when you need the implementation details.
Read the signal-path docsChoose a microphone or supported system audio input.
mic · system loopback (windows)Silero VAD keeps silence out before Whisper decodes.
silero-vad · onset pre-roll + thresholdWhisper turns speech into text on CPU or optional CUDA.
whisper · tiny / base / small / turboLocal subtitle JSON reaches OBS or another localhost client.
ws://127.0.0.1:8765// choose a path
The home page gives you the decision. These routes carry the details without making you scroll through every possible configuration.
Walk through real released-app states, from first run to diagnostics.
Install, choose a profile, and start the local caption engine.
Connect the local subtitle output to OBS, then keep the technical reference nearby.
// download
Free & open-source (MIT). No subscription, no API key. You only pay your own electricity — hardware not included.