> ## Documentation Index
> Fetch the complete documentation index at: https://assemblyai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Can I use speaker diarization with Streaming Speech-to-Text?

Yes. Streaming Diarization is supported on all streaming models, including `u3-rt-pro`, `universal-streaming-english`, and `universal-streaming-multilingual`. Enable it by adding `speaker_labels: true` to your connection parameters. See our [Streaming Diarization documentation](/streaming/label-speakers-and-separate-channels) to learn more.

Alternatively, you can use multichannel audio (i.e., an audio stream for each speaker) to separate speakers by creating a separate session for each channel. See the [Multichannel streaming audio](/streaming/label-speakers-and-separate-channels#multichannel-streaming-audio) section for details on this approach.
