aws_sdk_transcribe_streaming
aws_sdk_transcribe_streaming client
What it is and what it does
This is an AWS SDK client for Transcribe Streaming Service, built on the Smithy framework (smithy-core, smithy-aws-core, smithy-http). It lets you send audio streams to Amazon's transcription service and receive transcription results in real-time. The package is in pre-alpha development (version 0.9.0), meaning the API may change significantly before reaching 1.0.0.
The package is designed for two main patterns: streaming audio from a microphone in real-time and transcribing pre-recorded files with simulated streaming. It requires Python 3.12 or later and depends on the Smithy HTTP and AWS core libraries to handle the underlying service communication. Documentation and runnable examples are included to help you get started.
Use it for:
- Stream live microphone audio to AWS Transcribe and display transcription results as you speak.
- Transcribe pre-recorded audio files by simulating real-time streaming with rate limiting.
- Build voice-enabled applications that need real-time speech-to-text conversion via AWS.
- Integrate AWS transcription into Python applications requiring low-latency audio processing.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Python client for AWS Transcribe Streaming Service, enabling real-time audio transcription via streaming connections to Amazon's transcription API.
Yes, if you need real-time AWS Transcribe streaming in Python and can tolerate pre-alpha API instability. Low install friction and active maintenance are positive signals. However, expect potential breaking changes before 1.0.0 and plan for API migration in production code. No known security vulnerabilities as of the latest scan.
Install
aws-sdk-transcribe-streaming on PyPI
pip
pip install aws-sdk-transcribe-streaminguv
uv add aws-sdk-transcribe-streamingpoetry
poetry add aws-sdk-transcribe-streamingInstalling aws_sdk_transcribe_streaming
Before you install
Low install friction with a pure Python wheel. Active maintenance as of 1 day ago. Pre-alpha status (0.9.0) signals the API is still evolving and breaking changes are possible before 1.0.0.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; you must retain license notices in distributions.
Quickstart
pip install aws-sdk-transcribe-streaming
from aws_sdk_transcribe_streaming import TranscribeStreamingClient
client = TranscribeStreamingClient()
# Stream audio and receive transcription results
Requires Python 3.12 or later. AWS credentials must be configured in your environment (typically via AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY or an IAM role).
Verify before relying
- Whether the package handles authentication setup automatically or requires explicit credential configuration.
- Supported audio formats, sample rates, and encoding requirements for streaming.
- Latency characteristics and any rate-limiting behavior for real-time transcription.
- Whether the package includes retry logic or connection recovery for streaming failures.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — smithy-aws-core, smithy-core, smithy-http |
| Maintenance | actively maintained — 1 days since the last release |
| First released | |
| Downloads | 198,273/month — #9,735 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aws_sdk_transcribe_streaming-0.9.0-py3-none-any.whl
Keywords: aws_sdk_transcribe_streaming, smithy
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
amazon-transcribeStreams audio to Amazon Transcribe and receives…
permissive · top 15,000 on PyPI
assemblyaiPython SDK for transcribing and understanding…
permissive · top 5,000 on PyPI
gladiaio-sdkA Python SDK for the Gladia speech-to-text API,…
unclear · top 15,000 on PyPI
rev-aiPython SDK for Rev AI's speech-to-text API,…
permissive · top 15,000 on PyPI
smithy-aws-event-streamProvides low-level Python components for…
permissive · top 15,000 on PyPI
realtimesttRealtimeSTT converts speech from microphone or…
permissive · top 15,000 on PyPI
fish-audio-sdkOfficial Python client for the Fish Audio API,…
permissive · top 15,000 on PyPI
sonioxPython SDK for the Soniox speech-to-text and…
permissive · top 15,000 on PyPI
signalflow-client-pythonA Python client library that connects to Splunk…
permissive · top 15,000 on PyPI
smithy-aws-coreProvides core runtime components and protocol…
permissive · top 15,000 on PyPI