How Voice to 10 Formats Works
AnyTool Voice to 10 Formats accepts a transcript from three sources, all client-side: typing or pasting, live dictation through the browser Web Speech API, or recording the microphone with MediaRecorder and transcribing it with a self-hosted Whisper tiny.en model that runs on-device via transformers.js and ONNX Runtime Web. The transcript then feeds ten pure, deterministic formatters that run in the browser with no network calls, so the same input always yields the same output.
- Three inputs: typed/pasted text, Web Speech dictation, or on-device Whisper recording
- Recorded audio is decoded, resampled to 16 kHz mono and transcribed in the tab
- The Whisper model and ONNX runtime are served from this origin, never a CDN
- Ten formatters are rule-based and deterministic — no cloud AI
- Formats update live and can be copied or downloaded individually or together
