amazon-transcribe-streaming-sdk icon indicating copy to clipboard operation
amazon-transcribe-streaming-sdk copied to clipboard

The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.

Results 36 amazon-transcribe-streaming-sdk issues
Sort by recently updated
recently updated
newest added

Revisions tagged v0.6.0 (the latest version on pypi as of 2022/07/23) do not have an apply_realtime_delay() function. ```bash pip install aiofile pip install amazon-transcribe ```` After installing the above, if...

hi!, i have test the example app without problems in a server with direct connection to internet (without proxy). I need to get it working on other server with proxy....

feature-request

I have been trying to run this sdk for multispeaker transcript generation from a wav file. However the results are really poor, not even a single word is identified correctly....

Can you please provide another clear example of a streaming transcription that has a `return`. At present, the return of `alt.transcript` when reaching it's final state (i.e. `not is_partial`) results...

Hello, since AWS released the Medical version of the Transcribe service, it would be great if this SDK natively supported that option too. Since the APIs are very similar, we...

feature-request

Hi, I have used this [sample](https://github.com/awslabs/amazon-transcribe-streaming-sdk/blob/develop/examples/simple_file.py) to test with a wav file in local, I have just changed param to point to my audio file in local. This script worked...

Consider adding explicit serialization/deserialization methods for `TranscriptEvent` class objects, to support streamlined results conversion from object to `dict`/ json and vice versa.

feature-request

Eventually during real-time transcription i'm receiving next error: ``` InvalidStateError: CANCELLED: File "awscrt/http.py", line 243, in _on_body self._on_body_cb(http_stream=self, chunk=chunk) File "amazon_transcribe/httpsession.py", line 99, in _on_body future.set_result(chunk) File "concurrent/futures/_base.py", line 533,...

This is more of a question than an issue. While the examples mentioned on the page work when I give provide access key and secret key via environment variable, it...

Hi, Thanks for the amazing code provided. Really helpful. I am trying to input an 28min wav file (about 28MB), what should be my chunck size to avoid signing issues?