aws-sdk-transcribe-streaming 0.4.0


pip install aws-sdk-transcribe-streaming

  Latest version

Released: Feb 24, 2026

Project Links

Meta
Requires Python: >=3.12

Classifiers

Development Status
  • 2 - Pre-Alpha

Intended Audience
  • Developers
  • System Administrators

License
  • OSI Approved :: Apache Software License

Natural Language
  • English

Programming Language
  • Python
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Amazon Transcribe Streaming Service Client

The aws_sdk_transcribe_streaming client is still under active developement. Changes may result in breaking changes prior to the release of version 1.0.0.

Documentation

Documentation is available in the /docs directory of this package. Pages can be built into portable HTML files for the time being. You can follow the instructions in the docs README.md.

For high-level documentation, you can view the dev-guide at the top level of this repo.

Examples

The examples directory contains the following scripts to help you get started. You can run each one by calling uv run <file_name>. This will set up an environment for you with a supported Python version and required dependencies.

  • simple_mic.py - Stream audio from your microphone in real-time and receive transcription results as you speak.
  • simple_file.py - Transcribe a pre-recorded audio file with simulated real-time streaming and rate limiting.
Extras: None
Dependencies:
smithy-aws-core[json,eventstream] (~=0.4.0)
smithy-core (~=0.3.0)
smithy-http[awscrt] (~=0.3.0)