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

# Speech to Text Examples

> Production-ready code examples for Pulse STT - from real-time streaming to batch transcription.

Explore complete, runnable examples from our cookbook repository.

<CardGroup cols={2}>
  <Card title="Real-time Microphone Transcription" icon="satellite-dish" href="https://github.com/smallest-inc/cookbook/tree/main/speech-to-text/websocket/realtime-microphone-transcription">
    Stream audio from your microphone over WebSocket and get real-time transcriptions.
  </Card>

  <Card title="Online Meeting Notetaker" icon="video" href="https://github.com/smallest-inc/cookbook/tree/main/speech-to-text/online-meeting-notetaking-bot">
    Automatically transcribe and take notes from online meetings with speaker identification.
  </Card>

  <Card title="Podcast Summarizer" icon="podcast" href="https://github.com/smallest-inc/cookbook/tree/main/speech-to-text/podcast-summarizer">
    Transcribe podcast episodes and generate concise summaries.
  </Card>

  <Card title="Subtitle Generation" icon="closed-captioning" href="https://github.com/smallest-inc/cookbook/tree/main/speech-to-text/subtitle-generation">
    Generate SRT/VTT subtitle files from audio and video content.
  </Card>
</CardGroup>

Browse all examples on our [GitHub repository](https://github.com/smallest-inc/cookbook/tree/main/speech-to-text).
