AWS Developer Tools Blog
Category: HAQM Transcribe
Asynchronous HAQM Transcribe Streaming SDK for Python (Preview)
We are pleased to announce the first preview release of an asynchronous HAQM Transcribe streaming SDK for Python. HAQM Transcribe streaming transcription enables you to send an audio stream and receive a stream of text in real time. This initial preview release of the SDK provides simple and easy to use interfaces for the HAQM […]
Real-time streaming transcription with the AWS C++ SDK
Today, I’d like to walk you through how to use the AWS C++ SDK to leverage HAQM Transcribe streaming transcription. This service allows you to do speech-to-text processing in real time. Streaming transcription uses HTTP/2 technology to communicate efficiently with clients. In this walkthrough, you build a command line application that captures audio from the […]