# Voice Chat

## Requirements

* Minecraft Forge / Minecraft Fabric
* Voice Chat Mod

## Installation

1. Download Minecraft Forge MC - 1.19.2

{% embed url="<https://www.mediafire.com/file/b1vs0qj97da2pvn/forge-1.19.2-43.2.6-installer.jar/file>" %}

2. Run the downloaded installer.

<figure><img src="/files/cqyroaXDrcmxsfhmzmNu" alt=""><figcaption></figcaption></figure>

2. Download Voice Chat Mod

{% embed url="<https://www.mediafire.com/file/ru83qbuuoev34t9/voicechat-forge-1.19.2-2.3.28.jar/file>" %}

{% embed url="<https://www.mediafire.com/file/b0fznk5kr1wtzbf/voicechat-fabric-1.19.2-2.3.28.jar/file>" %}
If you're using Fabric, download the above file.
{% endembed %}

4. Click Windows Start icon or press `Windows Key + R` and type in `%appdata%` then press ENTER key.

<figure><img src="/files/YdwwAxxFSQ9V3HHrDxxD" alt=""><figcaption></figcaption></figure>

4. Open `.minecraft` folder -> `mods` and place the `Voice Chat Mod` in the `mods` folder.

<figure><img src="/files/mbBTRF1qWfQ5gi3PJevR" alt=""><figcaption></figcaption></figure>

4. Run Minecraft Launcher using Forge and join the server!

<figure><img src="/files/mZqJdVVRMYtyRg2bF9RI" alt=""><figcaption></figcaption></figure>

4. You can now talk with other players who has installed the mod!

### Key Bindings

<table><thead><tr><th width="215.33333333333331">Name</th><th width="207">Default Key</th><th>Description</th></tr></thead><tbody><tr><td>Voice Chat GUI</td><td><code>V</code></td><td>Opens the voice chat GUI.</td></tr><tr><td>Group Chats</td><td><code>G</code></td><td>Opens the group chat GUI.</td></tr><tr><td>Push To Talk</td><td><code>CAPS LOCK</code></td><td>The push to talk key (Only when using activation type <code>PTT</code>).</td></tr><tr><td>Mute Microphone</td><td><code>M</code></td><td>The mute button (Only when using voice activation type <code>Voice</code>).</td></tr><tr><td>Disable Voice Chat</td><td><code>N</code></td><td>This button disables the voice chat. Other people can't hear you and you can't hear them.</td></tr><tr><td>Hide Voice Chat Icons</td><td><code>H</code></td><td>This button hides all icons related to the voice chat.</td></tr><tr><td>Toggle Recording</td><td><em>Not bound by default</em></td><td>Toggles voice chat audio recording.</td></tr><tr><td>Whisper</td><td><em>Not bound by default</em></td><td>Hold down to whisper.</td></tr></tbody></table>

You can change every key binding in the Minecraft key binding settings.

### Icons

| Icon                                 | Description                                                 |
| ------------------------------------ | ----------------------------------------------------------- |
| ![](https://i.imgur.com/FZD3ohs.png) | You are talking                                             |
| ![](https://i.imgur.com/BJt2YAL.png) | You are whispering                                          |
| ![](https://i.imgur.com/lmN6ydy.png) | Player is talking                                           |
| ![](https://i.imgur.com/Felj73b.png) | Player is whispering                                        |
| ![](https://i.imgur.com/dI3pfmA.png) | Microphone muted                                            |
| ![](https://i.imgur.com/MZRBqra.png) | Voice chat disabled                                         |
| ![](https://i.imgur.com/Lv3K6tC.png) | <p>Voice chat not connected<br>Voice chat not installed</p> |

You can open the voice chat GUI by pressing the `V` key. This allows you to open the settings, group chats, mute yourself, disable the voice chat, start/stop a recording and hide all icons.

### Group Chats

Group chats allow you to talk to players that are not in your vicinity. To open the group chat interface, either press the group button in the voice chat GUI or just press the `G` key.

To create a new group, just type a name in the text field and press the button next to it.

Creating or joining a group will bring you into the group chat interface. You will also see the heads of the group members in the top left corner of your screen. Talking players will be outlined. You can disable these icons by pressing the third button from the left.

Players that are not in a group will see a group icon next to your head, indicating that they can't talk to you.

You can invite players to your group chat by entering the command `/voicechat invite <playername>`.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.daddycraft.co.uk/started-guide/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.
