All Projects → AlternateLife → JustAnotherVoiceChat

AlternateLife / JustAnotherVoiceChat

Licence: MIT license
TeamSpeak 3 plugin to control 3D voice communication in games

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to JustAnotherVoiceChat

JustAnotherVoiceChat-Server
Server for the JustAnotherVoiceChat TeamSpeak 3 plugin
Stars: ✭ 17 (-19.05%)
Mutual labels:  voice, teamspeak, mit-license
ts3updater
TeamSpeak 3 Server Installer and Updater
Stars: ✭ 64 (+204.76%)
Mutual labels:  teamspeak, teamspeak3
tvoip
Terminal-based P2P VoIP application (TeamSpeak-/Skype-like voice chatting over LAN or Internet)
Stars: ✭ 34 (+61.9%)
Mutual labels:  voice, teamspeak
TeamSpeak3-Client
TeamSpeak3 Client package for Debian/Ubuntu
Stars: ✭ 14 (-33.33%)
Mutual labels:  teamspeak, teamspeak3
figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
Stars: ✭ 362 (+1623.81%)
Mutual labels:  voice, teamspeak
TeamCord
Cross voice communication between Teamspeak and Discord
Stars: ✭ 35 (+66.67%)
Mutual labels:  voice, teamspeak
ts3j
An open-source Java Teamspeak 3 client library using the TS3 full client protocol
Stars: ✭ 84 (+300%)
Mutual labels:  teamspeak, teamspeak3
saltychat-fivem
FiveM implementation of Salty Chat (TeamSpeak 3 based Voice Plugin)
Stars: ✭ 64 (+204.76%)
Mutual labels:  voice, teamspeak
teamspeak-dark
A dark theme for TeamSpeak 3 which looks surprisingly similar to another popular voice communication software.
Stars: ✭ 50 (+138.1%)
Mutual labels:  teamspeak, teamspeak3
ts3exporter
Teamspeak 3 exporter for prometheus
Stars: ✭ 25 (+19.05%)
Mutual labels:  teamspeak, teamspeak3
dwarlixir
A dwarf-fortress clone / MUD / side project in Elixir
Stars: ✭ 46 (+119.05%)
Mutual labels:  mit-license
EnglishStu
英语学习软件,集成有道翻译、科大讯飞,有翻译、朗读示例、阅读评测功能
Stars: ✭ 27 (+28.57%)
Mutual labels:  voice
ocat
The Open Capture and Analytics Tool (OCAT) provides an FPS overlay and performance measurement for D3D11, D3D12, and Vulkan
Stars: ✭ 233 (+1009.52%)
Mutual labels:  mit-license
karen
open-source voice assistant
Stars: ✭ 19 (-9.52%)
Mutual labels:  voice
libite
That missing frog DNA you've been looking for
Stars: ✭ 50 (+138.1%)
Mutual labels:  mit-license
useful-twilio-functions
A set of useful Twilio Functions.
Stars: ✭ 53 (+152.38%)
Mutual labels:  voice
ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 107 (+409.52%)
Mutual labels:  teamspeak
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (+138.1%)
Mutual labels:  mit-license
svut
SVUT is a simple framework to create Verilog/SystemVerilog unit tests. Just focus on your tests!
Stars: ✭ 48 (+128.57%)
Mutual labels:  mit-license
cgol
Conway's Game of Life in the Terminal
Stars: ✭ 32 (+52.38%)
Mutual labels:  mit-license

JAVIC logo

Build status Build Status

Description

This is the teamspeak 3 plugin which connects to the JustAnotherVoiceChat server to control 3D voice communication.

Feel free to join our Discord Server if you have any further questions.

JAVIC Discord

Usage

Use the provided teamspeak 3 plugin package you can download in the release section.

Development

Hint: Make sure to also clone the submodules with git submodule init && git submodule update.

Windows

  1. Build the required libmicrohttpd library with Visual Studio and place the generated .lib files in the thirdparty/libmicrohttpd directory
  2. Create a build directory for cmake mkdir build && cd build
  3. Generate the build environment cmake .. -G "Visual Studio 15 2017 Win64"
  4. Build the plugin with Visual Studio

Linux/Mac OS

  1. Create a build directory for cmake mkdir build && cd build
  2. Generate the build environment cmake ..
  3. Build the plugin make

Authors

  • MarkAtk
  • jnkchris

MIT license

Copyright (c) 2018 JustAnotherVoiceChat

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].