John Damask

Audio Transcriber

A single-page webapp that transcribes audio files using OpenAI’s Whisper API

Launch Audio Transcriber →

Opens in current tab

Audio Transcriber

A single-page HTML application that transcribes audio files using OpenAI’s Whisper API. Perfect for transcribing interviews, meetings, podcasts, and other audio content.

Features

Quick Start

  1. Get OpenAI API Key
    • Visit OpenAI Platform
    • Create a new API key
    • Make sure you have credits available
  2. Open the Tool
    • Open audio-transcriber.html in any modern web browser
    • Chrome, Firefox, Safari, and Edge are all supported
  3. Add API Key
    • Enter your OpenAI API key when prompted
    • It’s stored securely in your browser’s localStorage
  4. Upload & Transcribe
    • Drag an audio file onto the page, or use “Choose File”
    • Click “Transcribe” and wait for processing
    • Copy or download your results

Supported File Types

How It Works

Small Files (< 25MB)

  1. Preparing - File validation and setup
  2. Transcribing - Direct upload to OpenAI Whisper API
  3. Complete - Results ready for copy/download

Large Files (> 25MB)

  1. Preparing - File validation and setup
  2. Analyzing Audio - Extract audio properties
  3. Creating Chunks - Split into 5-minute segments
  4. Transcribing - Process each chunk sequentially
  5. Complete - Combine all chunks into final transcription

Technical Details

Privacy & Security

Troubleshooting

“Invalid API Key”

“File Too Large” (Old Error)

“Transcription Failed”

Poor Quality Results

Limitations

API Costs

OpenAI Whisper API pricing (as of 2024):

Browser Requirements

Files


Need URL Support? Check out the Audio Transcription MCP Server for YouTube and URL processing capabilities.