Skip to content

azerothcore/voicechat-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it

  • Is a separate app that handles UDP voice packets from the game (basically just sends them unchanged to other active members of the voice channel)
  • Is the one made by Ascent Team (specifically, by Burlex) back in 2007-08, just with couple opcodes added and CmakeLists.txt https://github.com/SkyFire/ascent_classic/tree/master/src/ascent-voicechat
  • Can be on a separate host, but requires a TCP connection to world server and a UDP connection for users to connect. Ports are configurable
  • Builds on Windows and Linux, but I think it doesn't support -c parameter for config file so probably uses current directory when you start it

How to use:

World server should handle opcodes, request & manage voice channels while being connected to Voice Chat server, so core change is needed

How Voice Chat works in WoW?

About

VoiceChat Server to handle UDP voice packets from WoW 2.4.3 & 3.3.5. Made by Ascent Emu team in 2007+, with small update in 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 94.3%
  • CMake 5.7%