


What does the mod aim to achieve?
Gliby's Voice Chat adds the ability to talk to your friends through Minecraft, simply hold the correct button on your input device and speak away. Voice chat is undoubtedly the quickest way to convey a message, useful in combat, social and general interactions. My favorite feature is the semi-realistic voice chat, in short, only players near you can hear/talk to you, it's called distance based voice chat. Players near you will be louder, others farther away will be quieter.
If you just want the voice chat, without the gimmicks, that's fine. There is a configuration file you can edit to your desires.
Imagine having a faction server with this mod, yell at your enemies and make new friends only through direct voice to voice interaction!
Follow @theGliby on twitter, for updates.
Does it differ from any other forge mod?
Nope, just install it and talk!
How do I use it?
Join a server. Start talking with the speak key, by default it's V.
An icon should appear on your screen, signaling that players can hear you. If the icon doesn't show up, the server doesn't have Gliby's Voice Chat Mod.
If people can't hear you or you'd like to improve your microphone settings, press the settings key, by default this is PERIOD.

How do I know when someone is talking?
When a player talks, their name will appear on the screen.

How do I mute a player?
Simply press the Options key(PERIOD by default), click on the "Mute Players" button, a menu will be brought up:
Type the players name and press add, that's it, the player is muted. If you'd like to unmute a player, press the X button next to their name. The text box supports auto complete, type some of the mutee's name and press TAB.
In-depth mod details.
Setup Wizard
The wizard helps players configure the most important parts for in-game communication! Remember you can return to the wizard any time, by opening Options(PERIOD key by default) and pressing "Open Options Wizard".
If you want to configure the mod without using the wizard, simply use the "Options" screen for all your configuration needs.
Options
UI Options:
I created the UI features with one simple goal, compatibility, you should be able to make the UI work with any other mod, thanks to the UI Placement feature.
UI Placement
Advanced Options
Advanced Options, isn't meant for newbies, only touch this stuff If you know what you are doing!

Server Support + LAN
Server Commands - COMMANDS ARE OP ONLY
Chat Modes
Where to find configuration file:
Server Configuration
[GAME] Category - Settings related to voice chat mechanics.
[Network] Category - Settings you don't need to worry about! Unless your special
[Miscellaneous] Category
Notes
If you have a server that uses Minecraft's query feature and is limited in open ports, you will need to port-forward any free port and set "UDPPort" to the corresponding port. If don't want to go through all that jazz, change "NetworkType" to 0. There is a side effect though. Voice chat transmission will be much slower and heavier in performance on your server.
Disclaimer: Attempting to convert a world with missing blocks WILL crash the game!

This mod has special support for mod packs, in the meaning of settings.
In every copy of the mods archive(.jar), there is a modpack.json. Here's how it looks with terrible formatting.
VOICE_PLATE: {
X:0.84f,
Y:0.0078f,
SCALE:1.0,
TYPE:0
},
SPEAK_ICON: {
X:0.86,
Y:0.74,
SCALE:1.0,
TYPE:0
},
VOLUME_CONTROL:true,
SHOW_PLATES:true,
SHOW_PLAYER_ICONS:true,
WORLD_VOLUME:1.0,
UI_OPACITY:1.0,
ID:1
}
You can set each settings to your hearts desire, some will even work on the server.
Contact Me

Copyright Gliby's Voice Chat Mod ©
This document is Copyright 2013 of Gliby (hereafter referred to as "The Owner") and is the intellectual property of The Owner. Only minecraftforum.net, planetminecraft.net is able to host any of The Owner's material without the consent of The Owner. It may not be placed on any other web site or otherwise distributed publicly without advance written permission. (Electronic mail is acceptable as long as you wait for a response.)
JSpeex BSD
/******************************************************************************
* *
* Copyright (c) 1999-2003 Wimba S.A., All Rights Reserved. *
* *
* COPYRIGHT: *
* This software is the property of Wimba S.A. *
* This software is redistributed under the Xiph.org variant of *
* the BSD license. *
* Redistribution and use in source and binary forms, with or without *
* modification, are permitted provided that the following conditions *
* are met: *
* - Redistributions of source code must retain the above copyright *
* notice, this list of conditions and the following disclaimer. *
* - Redistributions in binary form must reproduce the above copyright *
* notice, this list of conditions and the following disclaimer in the *
* documentation and/or other materials provided with the distribution. *
* - Neither the name of Wimba, the Xiph.org Foundation nor the names of *
* its contributors may be used to endorse or promote products derived *
* from this software without specific prior written permission. *
* *
* WARRANTIES: *
* This software is made available by the authors in the hope *
* that it will be useful, but without any warranty. *
* Wimba S.A. is not liable for any consequence related to the *
* use of the provided software. *
* *
* Date: 22nd April 2003 *
* *
******************************************************************************/
/* Copyright (C) 2002 Jean-Marc Valin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of the Xiph.org Foundation nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/