Audio Transcription Transcribe audio files using OpenAI Whisper (installed via Homebrew). Prerequisites - CLI must be installed: How to transcribe 1. Get the audio file If given a URL, download it: If given a podcast name/episode, search for the RSS feed or episode page to find the MP3 URL. Podcast hosting platforms like Transistor, Buzzsprout, Libsyn typically have direct MP3 URLs in their episode pages. 2. Run Whisper Available models (speed vs accuracy tradeoff): - - fastest, least accurate - - fast, decent accuracy - - good balance (recommended default) - - slower, better accuracy - - slo…