All Projects → AlternateLife → JustAnotherVoiceChat-Server

AlternateLife / JustAnotherVoiceChat-Server

Licence: MIT license
Server for the JustAnotherVoiceChat TeamSpeak 3 plugin

Programming Languages

C#
18002 projects
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to JustAnotherVoiceChat-Server

JustAnotherVoiceChat
TeamSpeak 3 plugin to control 3D voice communication in games
Stars: ✭ 21 (+23.53%)
Mutual labels:  voice, teamspeak, mit-license
figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
Stars: ✭ 362 (+2029.41%)
Mutual labels:  voice, teamspeak
saltychat-fivem
FiveM implementation of Salty Chat (TeamSpeak 3 based Voice Plugin)
Stars: ✭ 64 (+276.47%)
Mutual labels:  voice, teamspeak
tvoip
Terminal-based P2P VoIP application (TeamSpeak-/Skype-like voice chatting over LAN or Internet)
Stars: ✭ 34 (+100%)
Mutual labels:  voice, teamspeak
TeamCord
Cross voice communication between Teamspeak and Discord
Stars: ✭ 35 (+105.88%)
Mutual labels:  voice, teamspeak
Freedom
一个小白对于科学上网的一些切身感受的整理,自己捋思路,同时也为方便他人。发现错误的地方欢迎斧正。顺便也会不断整理一些实用资源及工具。
Stars: ✭ 236 (+1288.24%)
Mutual labels:  voice
Poetic-License
Limerick Open License in the spirit of OpenBSD, ISC, BSD0, and MIT Licenses
Stars: ✭ 36 (+111.76%)
Mutual labels:  mit-license
Vonage Ruby Sdk
Vonage REST API client for Ruby. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 203 (+1094.12%)
Mutual labels:  voice
Auproximity
AUProximity is an open source proximity voice chat platform, primarily aimed at Among Us.
Stars: ✭ 194 (+1041.18%)
Mutual labels:  voice
say-it
TTS in command line -- Pronounce the Chinese and English words you typed in.
Stars: ✭ 19 (+11.76%)
Mutual labels:  voice
Entia
Entia is a free, open-source, data-oriented, highly performant, parallelizable and extensible Entity-Component-System (ECS) framework written in C# especially for game development.
Stars: ✭ 28 (+64.71%)
Mutual labels:  mit-license
SilentServer
Silent is very lightweight, high quality - low latency voice chat for gaming. The server runs on Windows and Linux.
Stars: ✭ 52 (+205.88%)
Mutual labels:  voice
Caster
Dragonfly-Based Voice Programming and Accessibility Toolkit
Stars: ✭ 242 (+1323.53%)
Mutual labels:  voice
iris
Lightweight Component Model and Messaging Framework based on ØMQ
Stars: ✭ 50 (+194.12%)
Mutual labels:  mit-license
Voicebook
🗣️ A book and repo to get you started programming voice computing applications in Python (10 chapters and 200+ scripts).
Stars: ✭ 236 (+1288.24%)
Mutual labels:  voice
comic-sans-everything
Chrome Extension | Changes All Text to Comic Sans
Stars: ✭ 32 (+88.24%)
Mutual labels:  mit-license
Mimic Recording Studio
Mimic Recording Studio is a Docker-based application you can install to record voice samples, which can then be trained into a TTS voice with Mimic2
Stars: ✭ 202 (+1088.24%)
Mutual labels:  voice
teamspeak-dark
A dark theme for TeamSpeak 3 which looks surprisingly similar to another popular voice communication software.
Stars: ✭ 50 (+194.12%)
Mutual labels:  teamspeak
koa-mongoDB
😊😊Koa and mongoose build services
Stars: ✭ 24 (+41.18%)
Mutual labels:  mit-license
oddvoices
An indie singing synthesizer
Stars: ✭ 4 (-76.47%)
Mutual labels:  voice

JAVIC logo

Build status Build Status NuGet

JustAnotherVoiceChat-Server is the control unit of the JustAnotherVoiceChat TeamSpeak3-Plugin. It uses a dedicated TeamSpeak3-Server to communicate with other players on any .NET based multiplayer-server. The initial version is built for GT-MP but it can be used for any other games or mods, too.

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

JAVIC Discord

Projects

Project Description
JustAnotherVoiceChat.Server Native C++ networking library base
JustAnotherVoiceChat.Server.Wrapper Abstract .NET Standard wrapper for the C++ library base
JustAnotherVoiceChat.Server.GTMP GT-MP integration and event-handlers for an easy GT-MP resource base
JustAnotherVoiceChat.Server.GTMP.Resource Example GT-MP resource and implementation with active 3D Voice

Requirements

  • Teamspeak 3 server
    • Dedicated password protected channel. (Remember the channel ID + channel password)
    • Virtual TeamSpeak3-Server instance unique indentity (This way, the client picks the right connection)
  • Custom game server to include the JustAnotherVoiceChat server

Find the unique identity of my TeamSpeak 3 server

I have access to the TeamSpeak 3 ServerQuery

To find your server unique identity, you need to log into the ServerQuery and enter the following commands:

use port=9987
serverinfo

The output should start with the virtualserver_unique_identifier. This is the needed value for the server-creation.

Example-Output

virtualserver_unique_identifier=FEymkeQpMFKW+uRsuoCWti5F3II= virtualserver_name=...

I do not have access to the TeamSpeak 3 ServerQuery

Coming soon...

Installation

GT-MP

We currently offer an example resource for an easy integration in the JustAnotherVoiceChat.Server.GTMP.Resource project

Basic GT-MP installation manual

Upgrading

0.2 to 0.3

  • Change Camera-Rotation update value to ((API.getGamePlayCamRot().Z * -1) * Math.PI) / 180 See commit

Documentation

Coming soon, but every needed interface can be found here!

Authors

  • Micky5991
  • MarkAtk
  • Cryma
  • dr1zzle

Contributors

  • Elbloody

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].