About AudioSRT
Our Mission
AudioSRT exists to make professional-quality audio transcription and subtitle generation free, private, and accessible to everyone — without requiring an account, a subscription, or a willingness to hand your audio to a third-party server.
Why We Built This
The transcription market has long been dominated by a frustrating model: sign up, upload your audio to our servers, pay monthly, hope your data is safe. For journalists, researchers, content creators, healthcare workers, lawyers, and everyday users, this model creates real problems — privacy risk, ongoing cost, and friction at every step.
When OpenAI released Whisper as an open-source AI model, and when the Hugging Face team released Transformers.js — bringing that same AI directly into the browser — we saw an opportunity to do things differently.
We built AudioSRT around a single principle: your audio should never leave your device. Everything — the AI model, the transcription engine, the subtitle generator, the SRT exporter — runs entirely in your browser, on your own hardware. There is no server receiving your audio. There is nothing to breach, nothing to subpoena, no terms of service that lets us train on your words.
Free Forever
AudioSRT is and will remain completely free. There are no paid tiers, no premium features locked behind a paywall, no "free trial" that expires. We sustain the tool through display advertising, which has zero impact on the tool itself — ads appear around the tool area, never inside it.
We believe that the ability to transcribe your own audio and create subtitle files for your own content is a fundamental creative need. Putting a paywall in front of it makes no sense when the underlying technology is free and runs on your device.
Privacy-First Architecture
Our privacy commitment isn't just a marketing claim — it's baked into the architecture. Here's what that means in practice:
- Your audio file is read by your browser using the File API — it goes directly into browser memory
- The Whisper AI model runs locally via WebAssembly — it processes audio in your browser, on your CPU
- The Web Audio API decodes your audio — entirely on your device
- The transcript, the SRT file, the subtitle settings — all generated and stored locally
- We collect no analytics on what you transcribe, how long your files are, or what your transcripts contain
If you open your browser's developer tools and watch the network tab while using AudioSRT, you'll see network requests for the initial page assets and the Whisper model weights (downloaded once from a CDN, then cached). You will see zero requests containing your audio data.
The Technology
AudioSRT is built on:
- Astro — a modern static site framework optimized for performance
- Tailwind CSS — utility-first CSS for a clean, responsive design
- Transformers.js by Hugging Face — runs OpenAI's Whisper model in the browser via WebAssembly
- Whisper by OpenAI — the state-of-the-art open-source speech recognition model
- Cloudflare Pages — fast, global static hosting with zero server infrastructure
The entire site is static HTML. There is no backend, no database, no server processing anything. Cloudflare simply serves the HTML, CSS, and JavaScript to your browser — and then your browser does all the work.
Who We Are
AudioSRT is an independent project built by a small team who believes in the open web, user privacy, and the power of browser-based AI to democratize tools that used to require expensive infrastructure.
We have no investors, no VC backing, no pressure to monetize your data or convert you to a paid tier. The tool works, it's free, and that's the point.
Get in Touch
Have a feature request, a bug report, or just want to say hello? We'd love to hear from you. Use the contact page to reach us. We read every message.