Here's the updated README with the new language selection feature:
A simple, efficient tool to capture and transcribe audio using FFmpeg and Deepgram API. Perfect for quick voice notes.
QuickRecord automates audio recording and transcription in a single script. With FFmpeg handling the audio capture and Deepgram's API providing transcription, this tool delivers accurate text directly to your clipboard or a file for easy access. Now, you can choose between English and Dutch transcriptions with a simple parameter!
- Record voice notes with the option to copy the transcript to the clipboard or save it to a file.
- Review audio devices before recording with a simple parameter for device listing.
- Select transcription language for either English or Dutch based on your preference.
- -ToClipboard: Copies the transcript directly to the clipboard.
- -ListDevices: Lists available audio devices for easy selection.
- -MicId: Selects the audio device by ID for recording.
- -Language: Sets the transcription language. Use
"en"
for English (default) or"nl"
for Dutch.
- Press
Windows Key + R
to open the Run dialog. - Type:
powershell C:\path\QuickRecord.ps1 -ToClipboard -MicID 1 -Language "en"
- Press Enter and start speaking!
Note: To transcribe in Dutch, simply change
-Language "en"
to-Language "nl"
in the command above.