# Dissonance Voice Chat

[Dissonance](https://assetstore.unity.com/packages/tools/audio/dissonance-voice-chat-70078) is a premium third-party Unity asset designed for implementing **real-time voice chat** in multiplayer games. It is widely used and trusted for its low latency, high performance, and ease of integration.

If you're planning to add voice communication to your project, we **highly recommend Dissonance** as the go-to solution. It supports features like:

* Positional audio
* Voice prioritization
* Channel-based communication
* Seamless integration with various networking frameworks

## Dissonance Integration

ObjectNet provides **built-in support** for Dissonance, making integration fast and straightforward.\
With just a few setup steps, you can enable synchronized voice chat across all players in your networked game.

> 📺 **Watch this tutorial video** to learn how to integrate Dissonance with ObjectNet step-by-step:

{% embed url="<https://www.youtube.com/watch?t=3s&v=8ME1uiEjoT8>" %}

📚 For more detailed usage instructions, **refer to the official** [**Dissonance documentation**](https://placeholder-software.co.uk/dissonance/docs/index.html) to understand how to configure voice rooms, control transmit behavior, and access advanced features.


---

# 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://onlineobject.gitbook.io/objectnet/extras/third-party-assets/dissonance-voice-chat.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.
