-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to record and upload the transcriptions from _transcribe_streaming.py? #606
Comments
|
Thank you for your input @jerjou . Lets say transcribe_streaming.py transcribes the spoken sentence “ I am dreaming about pears “ with 90.00 confidence. The word pear is listed in an array and triggers the transcribe_streaming.py to run another program which again starts a 10 seconds short video clip about falling pears from trees in slow motion. Could this be accomplished with the sample as well, when modified? |
Yup! |
When running
python transcribe_streaming.py
the program freezes after I use the voice command “exit” . It keeps logging "Exiting..". Is this normal ?
When the 60 seconds streaming limit is reached, is there a way to restart the transcribe_streaming.py automatically again ?
Also can you record and upload the transcriptions from transcribe_streaming.py to Google Cloud Storage or to my local hard drive ?
Thank you for your attention.
The text was updated successfully, but these errors were encountered: