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
142 stars 37 forks source link

Upgrade AWS CRT to 0.11.11 #31

Closed nateprewitt closed 3 years ago

nateprewitt commented 3 years ago

This patch will update the code to work with awscrt 0.11.10. This should resolve build issues on Python 3.9 and bring some of the newer improvements in the CRT into the Amazon Transcribe Streaming SDK.

This should resolve #20 and #22.