Simple API that can be used from any programming language.
set_api_key("<YOUR-API-KEY>")
def main():
with Client() as client:
capture = FileOrStreamCaptureDevice(...)
for result in transcribe_capture(
capture, client, enable_streaming_speaker_diarization=True
):
print(" ".join(f"{w.text}/{w.speaker}" for w in result.words)
Performs robustly with
Indian, Spanish, German, Italian, Korean, Japanese, Chinese, British, Australian, New Zealand, South African and more
For Multi-Streams and Multi-Channel Files