Transcripts
PodNotes allows you to create transcripts of podcast episodes using OpenAI's Whisper model.
Setting Up
Before you can use the transcription feature, you need to set up a few things:
-
OpenAI API Key: You need to have an OpenAI API key. You can get one by signing up at OpenAI's website. Once you have the key, enter it in the PodNotes settings under the "Transcript settings" section.
-
Transcript File Path: In the settings, you can specify where you want the transcript files to be saved. You can use placeholders like
{{podcast}}and{{title}}in the path. -
Transcript Template: You can also customize how the transcript content is formatted using a template.
Creating a Transcript
To create a transcript:
- Start playing the podcast episode you want to transcribe.
- Use the "Transcribe current episode" command in Obsidian.
- PodNotes will fetch the audio for the episode you are playing (reusing an already-downloaded copy when one exists), split it into chunks, and send these chunks to OpenAI for transcription. The transcription always uses the currently playing episode's own audio, regardless of your download path settings.
- Once the transcription is complete, a new file will be created at the specified location with the transcribed content.
Transcript Template
The transcript template works similarly to the note template, but with the added {{template}} placeholder.