awslabs / amazon-transcribe-streaming-sdk

The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.
Apache License 2.0
151 stars 38 forks source link

support files longer then 5 minutes #62

Closed dbalosh closed 2 years ago

dbalosh commented 2 years ago

Issue #, if available:

Should solve https://github.com/awslabs/amazon-transcribe-streaming-sdk/issues/17

Description of changes:

Send data at the appropriate speed to prevent signature error, use the same credentials

Tested with several 60 minutes m4a that were FFmpeg encoded to wav, using the example bash.

Feel free to fix on my branch directly. It is sometimes faster to edit than to explain how to edit.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dbalosh commented 2 years ago

not stable