VocalDraft Offline-First
Speech Recognition Unsupported

Your browser does not natively support the Web Speech API. Chrome, Edge, or Safari are recommended for optimal operation. Firefox can occasionally restrict speech recognition capabilities.

1. Capture Settings

Microphone Stream Active

Speak clearly into your microphone.

Continuous re-engagement tracking is active.

2. Export Files

Live Output Transcript

Words: {{ wordCount }} | Chars: {{ transcriptionText.length }}

Understanding Local Browser Speech-to-Text

By utilizing standard web APIs, VocalDraft manages microphone feeds and generates transcriptions locally. This architecture prevents standard leak vectors since no server interfaces are contacted.

1. Web Speech Recognition

The Web Speech API interfaces directly with the host operating system's native voice recognition subsystem. It translates spoken audio directly into text elements without transmitting full files over network grids, conserving your bandwidth.

2. Local Audio Encoding

The MediaStream Recording API handles raw input signals from the target microphone and compresses the stream in-memory into lightweight containers (typically WebM format), making it safe to use for sensitive legal or research recordings.

{{ toast.message }}