audiotranscribe.app

Drop an audio file. Get the transcript.

Free, fast, no signup.

Building something with this? Same thing in Python →

FAQ

Is it really free?+

Yes — five transcriptions per day, no account, no card, no email. The limit is per IP and resets every 24 hours. It exists to stop abuse, not to push you into a signup.

What audio and video formats can I use?+

mp3, wav, flac, m4a, aac, opus, ogg, mp4, mov, webm and mpeg — up to 25 MB. Video files work too: the audio track is extracted for you, so there's no separate conversion step.

How accurate is it?+

It runs Whisper large-v3, the same model OpenAI serves through its own transcription API, across 99+ languages. Clean speech transcribes close to verbatim; heavy accents, crosstalk and background noise degrade it the way they degrade every speech model.

Can I get subtitles as an SRT file?+

Yes. Every transcript comes with a Download .srt button alongside the plain-text one, with timestamps already cued. It drops straight into Premiere, Resolve, VLC or YouTube.

What happens to my audio file?+

It goes to temporary storage only for as long as the transcription needs it, and is purged automatically. The transcript is returned to your browser and is never saved on our side.

Can I use this in my own code?+

That's what it's here for. The same Whisper model runs as an OpenAI-compatible API through SpeakEasy — $10 a month with 50 hours included, then $0.25 an hour. Change the base_url in the OpenAI SDK and your existing code keeps working.