Tags
Creators
Details
Licensed ARR
Published 5 years ago
Updated 2 days ago
All versions
neoforge-1.21.8-2.6.0
Beta
Simple Voice Chat 1.21.8-2.6.011 months ago 150
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
- Updated Lame4J
- Updated RNNoise4J
- Updated Opus4J
- Reduced mod jar size
- Fixed memory leak when enabling and disabling noise cancellation
- Made microphone activation slider smoother
- Added automatic gain control
- Reworked microphone amplification
- Renamed microphone amplification to microphone gain
- Added audio level meters to adjust volumes section
- Reworked player volume adjustment
- Allow translating volume category names and descriptions
- Allow voice host with just port
- Switched to 128 bit
AES/GCM/NoPaddingencryption - Allow multiple targets for static audio channels
- Removed
whisper_distance_multiplierandcrouch_distance_multiplierconfig option - Added
whisper_distanceconfig option - This now also allows for higher distances than the default voice chat distance - Added
VoiceDistanceEventto the API, so addons can implement their own custom distance logic like crouch distance - Added
show_nametag_iconsandshow_hud_iconsconfig option - Added
isPushToTalkKeyPressedandisWhisperKeyPressedto client API - Added
isDisabledandisDisconnectedfor other players to client API - Added
isTalkingandisWhisperingto client API - Added
NameTagIconRenderEventto the client API allowing addons to modify or remove the nametag icons - Added
ptt_deactivation_delayconfig option - Fixed assigning a keybind and then switching input modes causing the button to stay in assignment mode
- Added automatic voice activity detection
- Reworked onboarding
- Reworked settings screen
- Fixed PTT keybind button not unassignable
- Fixed PTT keybind button not accepting all keys
- Fixed PTT keybind button not accepting mouse keys if not hovered
- Increased maximum voice chat volume to 300%
- Added speaker test button in speaker selection list
- Added microphone test button in microphone selection list
- Improved native library loading and validation
- Added
bypassGroupIsolationto static audio channels - Prevent accidentally assigning left mouse button as push to talk in the voice chat settings
- Added warning message when native libraries could not be loaded
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:RtbgafAp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9eGKb6K1:RtbgafAp"
}

