> ## 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.

# Streaming SST

> AssemblyAI's Streaming Speech-to-Text (STT) allows you to transcribe live audio streams with high accuracy and low latency. By streaming your audio data to our secure WebSocket API, you can receive transcripts back within a few hundred milliseconds.

## All Streaming Cookbooks

<Tabs>
  <Tab title="Basic Streaming Workflows">
    [Transcribe files in real-time with Node.js](https://github.com/AssemblyAI/cookbook/blob/master/streaming-stt/file-transcription-nodejs)\
    [Use Streaming STT with Python](https://github.com/AssemblyAI/cookbook/blob/master/streaming-stt/real-time.ipynb)\
    [Terminate Streaming STT session after a fixed duration of inactivity](https://github.com/AssemblyAI/cookbook/blob/master/streaming-stt/terminate_realtime_programmatically.ipynb)\
    [Use Partial Transcripts](https://github.com/AssemblyAI/cookbook/blob/master/streaming-stt/partial_transcripts.ipynb)\
    🆕 [Stream system audio (macOS)](https://github.com/AssemblyAI/cookbook/blob/master/streaming-stt/transcribe_system_audio.ipynb)\
    🆕 [Real-Time Best Practices](https://github.com/AssemblyAI/cookbook/blob/master/streaming-stt/real-time-best-practices.ipynb)
  </Tab>

  <Tab title="Streaming for Front-End Applications">
    [Real-Time React Example](https://github.com/AssemblyAI-Examples/realtime-react-example)
  </Tab>

  <Tab title="Streaming with LeMUR">
    [Use LeMUR with Streaming STT](https://github.com/AssemblyAI/cookbook/blob/master/streaming-stt/real_time_lemur.ipynb)\
    🆕 [Use LeMUR for Real-Time Translation](https://github.com/AssemblyAI/cookbook/blob/master/streaming-stt/real_time_translation.ipynb)
  </Tab>

  <Tab title="Use Case Specific Streaming Workflows">
    [Use Twilio with JavaScript SDK](https://github.com/AssemblyAI/twilio-realtime-tutorial)\
    🆕 [Apply noise reduction to audio for Streaming STT](https://github.com/AssemblyAI/cookbook/blob/master/streaming-stt/noise_reduction_streaming.ipynb)
  </Tab>
</Tabs>

## API Guides

[Separating automatic language detection from transcription](/cookbooks/streaming-sst/separating-automatic-language-detection-from-transcription)
