Caution
This library is in development. It is not feature-complete but is usable. Please report any issues you find.
- Proximity voice chat
- Sound categories
- Groups
- Customisation
- Codec
- Distance
- MTU
- Keepalive interval
- Recording
repositories {
mavenCentral() // minestom
maven("https://repo.hypera.dev/snapshots/") // simple-voice-chat-minestom
}
dependencies {
implementation("dev.lu15:simple-voice-chat-minestom:0.1.0-SNAPSHOT")
}// create a new voice chat server, you can use the same port as the Minecraft bind
VoiceChat voiceChat = VoiceChat.builder("0.0.0.0", 25565).enable();