Skip to content

LooFifteen/simple-voice-chat-minestom

Repository files navigation

Simple Voice Chat for Minestom

Caution

This library is in development. It is not feature-complete but is usable. Please report any issues you find.

Features

  • 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();

About

Minestom port of Simple Voice Chat.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages