skillfed

aws_sdk_transcribe_streaming

aws_sdk_transcribe_streaming client

aws-sdk-transcribe-streaming v0.9.0 198.3K downloads/30d#9,735 on PyPI
Permissive license Apache-2.0 Active released

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-streaming

uv

uv add aws-sdk-transcribe-streaming

poetry

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 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

Development Status :: 2 - Pre-AlphaIntended Audience :: DevelopersIntended Audience :: System AdministratorsLicense :: OSI Approved :: Apache Software LicenseNatural Language :: EnglishProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

aws transcribe streaming clientreal-time audio transcriptionamazon transcribe python sdkstreaming speech-to-textaws transcribe pythonlive audio transcription apitranscribe streaming service
aws-sdkspeech-to-textstreaming

More Internet packages