# Speaker Separation

Gowajee provides two types of speaker separation methods for audio input. These methods help to distinguish between different speakers within an audio file, enhancing the clarity and usability of transcriptions.

### [1. Multichannel](/speech-to-text/speaker-separation/multichannel.md)

The **Multichannel** method separates speakers based on each channel of the audio input. This is particularly useful in scenarios such as customer service calls, where different channels represent different speakers (e.g., channel 1 for the agent and channel 2 for the customer).&#x20;

**This method is highly recommended over Diarization for its accuracy and efficiency.**

### [2. Diarization](/speech-to-text/speaker-separation/diarization.md)

The **Diarization** method automatically detects and separates speakers within a single audio channel. This method can handle more complex audio inputs where multiple speakers are mixed in the same channel. However, it is significantly slower, taking **2-3 times longer to process** compared to transcription without diarization.

### Key Features and Recommendations

* **Multichannel**:
  * **Use Case**: Ideal for structured audio inputs like customer service recordings, where different channels represent different speakers (e.g., channel 1 for the agent and channel 2 for the customer).
  * **Accuracy**: High, as it directly uses separate channels for each speaker.
  * **Performance**: Efficient and fast.
  * **Recommendation**: Highly recommended over Diarization for applications where audio channels are clearly separated.
* **Diarization**:
  * **Use Case**: Suitable for mixed audio inputs where speakers are not on separate channels.
  * **Accuracy**: Variable, dependent on the complexity of the audio and number of speakers.
  * **Performance**: Slow, taking 2-3 times longer than non-diarized processing.
  * **Recommendation**: Use only when Multichannel separation is not feasible.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.gowajee.ai/speech-to-text/speaker-separation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
