We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no support/documentation provided for Microphone or Data Stream right now for input when using Transcribe in Real-Time
Implement an example websockets in any language with mic or stream support
The text was updated successfully, but these errors were encountered:
Hi @Baavro. I added a Python example recently here: https://github.com/speechmatics/speechmatics-python/blob/master/examples/transcribe_from_microphone.py. This shows how to transcribe live from your local microphone in real-time.
You need to pip install sounddevice (https://pypi.org/project/sounddevice/) and select the device_id you want to use by running
sounddevice
python3 -m sounddevice
this can then be passed to python3 examples/transcribe_from_microphone.py -d $DEVICE -a $SPEECHMATICS_AUTH_TOKEN -l en.
python3 examples/transcribe_from_microphone.py -d $DEVICE -a $SPEECHMATICS_AUTH_TOKEN -l en
Is this helpful?
Sorry, something went wrong.
how can be grabbed the text chunks and final sentence from this code sir?
No branches or pull requests
There is no support/documentation provided for Microphone or Data Stream right now for input when using Transcribe in Real-Time
Implement an example websockets in any language with mic or stream support
The text was updated successfully, but these errors were encountered: