streamtotext package¶
Module contents¶
Toolkit for streaming audio to transcription services.
There are two major components of this toolkit:
audio.AudioSource and
transcriber.Transcriber.
A transcriber.Transcriber obtains audio from an
audio.AudioSource, provides it to a transcription service, and emits
a transcriber.TranscribeEvent whenever some transcription is
completed.