The aws-sdk-transcribe-streaming library (v0.5.0) is an unofficial, community-maintained Python SDK for Amazon Transcribe's streaming API. It provides a high-level interface to start real-time transcription using WebSocket connections. Requires Python 3.12+. Release cadence is irregular.
pip install aws-sdk-transcribe-streamingVerified import paths — ran on the pinned version, not inferred.
Create a client and start a transcription stream.
Upgrade Python to 3.12+ or pin to aws-sdk-transcribe-streaming<0.5.0.
Ensure all calls to client methods are prefixed with 'await' inside an async function.
Pass 'region' explicitly when constructing the client.
No dependency data recorded yet.