I would like to speak into my computer's microphone, have what I say converted to text and then have that available as a shell variable.
Is this possible? I thought I might do it using Google's speech input feature:
I would like to speak into my computer's microphone, have what I say converted to text and then have that available as a shell variable.
Is this possible? I thought I might do it using Google's speech input feature:
This can be done using nerd-dictation:
SPEECH="$(nerd-dictation begin --timeout=1.0 --output=STDOUT)"