Tags
Creators
Details
Licensed ARR
Published 5 years ago
Updated 2 days ago
All versions
forge-1.19.2-2.4.0
Release
Simple Voice Chat 1.19.2-2.4.03 years ago 118
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
- Added persistent groups to API
- Improved voice chat protocol handshake
- Added three different group types
- Removed global open_groups config option
- Fixed enter not working in the create group GUI
- Fixed enter not working in the join group GUI
- Fixed Forge clients without the mods can't join Forge servers with the mod
- Added freecam support
- Fixed microphone clipping
- Added cloth config integration
- Hide disconnected icon when initially connecting to a server
- Reduced logging spam when failing to connect to voice chat server
- Fixed not being able to mute or disable voice chat while disconnected
- Added translation file for server side messages
- Updated opus4j
- Updated rnnoise4j
- Updated lame4j
- Fixed config entries not in fixed order
- Moved server config from '<world>/serverconfig/voicechat-server.toml' to 'config/voicechat/voicechat-server.properties'
- Moved client config from 'config/voicechat-client.toml' to 'config/voicechat/voicechat-client.properties'
- Added automatic config migration
- Increased maximum group name length from 16 to 24 characters
- Increased maximum group password length from 16 to 32 characters
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:9eGKb6K1:RXGM6dBM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9eGKb6K1:RXGM6dBM"
}

