The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.
153
stars
41
forks
source link
Example simple_mic.py causing error "HTTP/2 could not be negotiated: HttpVersion.Http1_1" #104
Closed
flick1533 closed 3 months ago
Hello,
After installing both amazon-transcribe, and sounddevice, when executing the code here, it throws an exception.
With this in mind, I attempted to enforce http2 and return the protocol being used with the script below:
I expect to return
"HTTP Version used: HTTP/2"
, however, I am retrievingHTTP/1.1
. What is needed to enforce http2 for the simple_mic.py?