> ## Documentation Index
> Fetch the complete documentation index at: https://assembly-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Learn how to transcribe streaming audio from a microphone.

<CardGroup cols={2}>
  <Card horizontal icon="python" title="Python" iconType="solid" href="/docs/getting-started/transcribe-streaming-audio-from-a-microphone/python">
    Learn how to transcribe streaming audio in Python.
  </Card>

  <Card horizontal icon="code" title="TypeScript" iconType="solid" href="/docs/getting-started/transcribe-streaming-audio-from-a-microphone/typescript">
    Learn how to transcribe streaming audio in TypeScript.
  </Card>

  <Card horizontal icon="golang" title="Go" iconType="solid" href="/docs/getting-started/transcribe-streaming-audio-from-a-microphone/go">
    Learn how to transcribe streaming audio in Go.
  </Card>

  <Card horizontal icon="code" title="C#" iconType="solid" href="/docs/getting-started/transcribe-streaming-audio-from-a-microphone/csharp">
    Learn how to transcribe streaming audio in C#.
  </Card>

  <Card horizontal icon="java" title="Java" iconType="solid" href="/docs/getting-started/transcribe-streaming-audio-from-a-microphone/java">
    Learn how to transcribe streaming audio in Java.
  </Card>
</CardGroup>
