
Bedrock Voice Chat
Bedrock Voice Chat is a voice chat program that allows players to communicate with each other on Windows, iOS, and Android devices, and works on both Minecraft Bedrock server, and Minecraft Java servers with Fabric, and allows for cross platform voice chat
Tags
Creators
Details
1.0.0-beta.1-paper
Compatibility
Changes
1.0.0-beta.1 (2026-01-19)
Bug Fixes
- audio playback issue (#51) (8b06085)
- client side audio now works (300d347)
- migrate ncryptf to 0.5.0 to take advantage of cached::Cached (550c129), closes #5
- performance allocations (ea719dd)
- tls port defaulting to :443 in client (#80) (936e01e), closes #79 #65
Features
- add channel management + facilities (#26) (b64acb6)
- add zigzag + varint encoding on QuicNetworkPacket and (4a2498e)
- adding client connect/disconnect events (1772317)
- bvc server as a library (#81) (a57b7e1), closes #75
- bwav recording output with timecode syncronization (#40) (906333f)
- disconnect client if there's a server / client mismatch (26d7827)
- fabric java mod for cross platform servers (#44) (#45) (4331f37)
- iOS builds (#43) (744bf72), closes #21
- jitter buffer (905885f)
- m4a + opus Audio Renderer (#41) (e3ef8e9)
- migrate from RON to postcard (b2a226b)
- ux improvements (#36) (aa4a765)
- websocket server (#48) (a0b67d7)
- working authentication to dashboard with stronghold + store (cfe2cca)
- working authentication to dashboard with stronghold + store (00b9859)
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:URnfplcz:tf2zHTSm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:URnfplcz:tf2zHTSm"
}
