You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am now using it for a Python script that automates transcribing my voice memos.
Workflow is:
record voice memo with one tap on phone or watch with Apple's native Voice Memos app.. and transcript shows up on my desktop a few seconds later (.txt file).
Are there any plans to support voice commands, eg punctuation?
Currently I embed simple if/then logic in my script to insert full stops, new lines, etc..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Love Whisper so far :)
I am now using it for a Python script that automates transcribing my voice memos.
Workflow is:
record voice memo with one tap on phone or watch with Apple's native Voice Memos app.. and transcript shows up on my desktop a few seconds later (
.txt
file).Are there any plans to support voice commands, eg punctuation?
Currently I embed simple if/then logic in my script to insert full stops, new lines, etc..
You can see my notes & script here: https://notes.nicolasdeville.com/projects/transcribee/#final-approach-whisper
Beta Was this translation helpful? Give feedback.
All reactions