Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voice Chat support #668

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Voice Chat support #668

wants to merge 2 commits into from

Commits on Apr 7, 2024

  1. Add voice chat support

    - Group/raid/bg channels are added automatically
    - Custom channels are added when someone with voice chat enabled joins it or by right click in chat UI
    - Group leaders/Channel owners can mute others in channel, though it doesn't persist if someone leaves channel e.g. relogs
    - Can mute other players similar to ignore
    - VoiceChat server is a separate app that receives/sends voice UDP packets from clients
    - VoiceChat server is the one made by Ascent developers, just with couple new opcodes
    - VoiceChat server is fetched by cmake from celguar/voicechat-server
    - There is support for reconnecting to voice server while server is running
    celguar committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    329e7cb View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. fix some code

    celguar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    0377857 View commit details
    Browse the repository at this point in the history