MacOS Quick Action for Diarizing Audio Files #359
yogat3ch
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a shell script which you can duplicate in your local whisper-diarization directory as
diarize_action.shthat manages the execution ofdiarize.py.Steps to Setup Shell Script
diarize_action.shin yourwhisper-diarizationdirectoryMacOS Quick Action Setup: Whisper-Diarization
Follow these steps to finish the setup in MacOS Automator:
Steps to Create the Quick Action
Cmd + Spaceand type "Automator".Cmd + N).audio files(orfiles or foldersif you want it to appear more broadly).Finder./bin/zsh.as arguments./Users/[username]/path/to/whisper-diarization/diarize_action.sh "$@"Cmd + Sand name it something like "Diarize with Whisper".How to Use
.txtand.srtfiles will be saved in the same folder as the source audio.Cheers! 🎉
Beta Was this translation helpful? Give feedback.
All reactions