speechmatics-python
speechmatics-python copied to clipboard
Python library and CLI for Speechmatics
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...
Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
Simple example script on how to process a Speechmatics JSON result into a html page
Batch transcription works using the same code tested in the python console. When sandboxed, the Batch transcription process fails, as some underlying library tries to access "/private/etc/apache2/mime.types". To prevent this...
**Describe the bug** httpx is pinned to version 0.22, which can cause dependency clashes when installing other packages (such as googletrans), I don't think httpx is needed, we could instead...
Hello, From what I can tell, the JSON data that is output when using the API uses single quotes for both keys and values, instead of using double quotes as...
The current dependency on pyannote significantly increases the installation timeand complexity for speechmatics-python. Specifically, pyannote introduces heavy dependencies (numpy, scipy, and others), which, when built from source, require extensive build...
This change introduces support for multichannel mode. Behaviour is explained in https://speechmatics.atlassian.net/wiki/spaces/~712020b3713ebb71814ed991afdd6d43fc1ac6/pages/4717805569/Summary+of+changes+-+Realtime+Multichannel+and+Channel+Diarization This current implementation allows users to specify multichannel mode using the flag and arguments `--multichannel ,...`. This must...
**Describe the bug** When running the real-time transcription example from the Speechmatics documentation using Python 3.11, an `AttributeError` is raised: `AttributeError: module 'websockets' has no attribute 'connect'` **To Reproduce** Steps...