Open
Conversation
|
Feedback:
A new scan will be automatically performed on the next push to the PR branch. Internal use only: Reviewer details Maintainer details |
Update voicescape
Added Readme and using RuneLites KeyListener for ptt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have completly rewritten VoiceScape and want to rerelease it.
Description:
Voicescape is a proximity voicechat plugin for OSRS
Players can enable the plugin and open the Plugin Panel on the side to connect to a Server or change configuration.
By default there is a Server hosted by me for Players to connect to.
The Client sends the Server, over a TCP Socket, a list of player-hashes which are nearby.
The Server routes audio from the Player to others who are also nearby the Player (Based on the hashlist every Client sends to the Server). The Client double checks that the Audio being received is coming from a Player who is actually nearby.
By default the Client mutes all Speakers and does not connect to a Server.
I use
javax.soundto capture the Mic and to Play audio.If a reviewer needs to test the plugin in-game, please message me on Discord: "derfurkan". The default server is not online yet, but I can set one up for review