# Public Voice Chat

This feature enables users to interact in a highly immersive way. As users navigate through the virtual world, the audio system adjusts the sound of voices based on their positions within the environment. This means that when a user speaks, their voice will appear to come from their location in the digital space, growing fainter or louder as they move closer or further away.

{% embed url="<https://www.youtube.com/watch?t=2s&v=Nni7hq2t-bw>" %}

## Benefits of Public Voice Chat:

* **Spatial Audio Realism:** Experience conversations as if you were in the real world, with voices coming from the direction of the speakers.
* **Dynamic Sound Adjustment:** The audio system automatically adjusts the volume and direction of voices based on user movement and location.
* **Enhanced Group Discussions:** Engage in group conversations without interference from nearby discussions, thanks to the clarity and spatial separation of audio.
* **Immersive Interaction:** Enjoy a more natural and realistic interaction with other users in the virtual world, enhancing the overall user experience.


---

# 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://help.orbitmultiverse.xyz/communication/public-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.
