speechmatics-python icon indicating copy to clipboard operation
speechmatics-python copied to clipboard

Python library and CLI for Speechmatics

Results 15 speechmatics-python issues
Sort by recently updated
recently updated
newest added

Websocket client locks the whole task manager when consume sync stream as input, it reaches end or input waiting, and server disconnects stream during this wait **Reproduce** Check the PR:...

bug

Test using synchronous stream is locked, but async one works as expected

Hi, just a short question regarding the API for streaming mode. do you also provide easier APIs for streaming mode? Actually only two API is needed for me, 1. send...

request

Installing numpy and other large libraries is not necessary if only doing realtime speech recognition. This MR moves the dependencies of `asr_metrics` into a larger version of the package to...

**Description** In 4.0.2, when calling `run()` or `run_synchronously()` to transcribe, such as in examples in files `transcribe_from_microphone.py` or `transcribe_youtube.py`, the client raises an `AttributeError`: "'AudioSettings' object has no attribute 'items'"...

bug