--- id: aws-sdk-transcribe-streaming version: "0.9.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # aws_sdk_transcribe_streaming — aws_sdk_transcribe_streaming client License: permissive · Maintenance: active · Downloads: 198.3K/mo ## 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 above — 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 pip install aws-sdk-transcribe-streaming uv add aws-sdk-transcribe-streaming poetry add aws-sdk-transcribe-streaming ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 198.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aws transcribe streaming client, real-time audio transcription, amazon transcribe python sdk, streaming speech-to-text, aws transcribe python, live audio transcription api, transcribe streaming service, aws-sdk, speech-to-text, streaming [View on SkillFed](https://skillfed.io/packages/aws-sdk-transcribe-streaming) · [View on PyPI](https://pypi.org/project/aws-sdk-transcribe-streaming/)