Start
Overview
VoiceCraft consists of three core parts:
Overview
VoiceCraft consists of three core parts:
- The client app (
VoiceCraft.Client) built with Avalonia/.NET. - The server (
VoiceCraft.Server) for voice transport and state sync. - Minecraft integration via addons (
McHttpandMcWss).
How It Works
- The client connects to
VoiceCraft.Serverover UDP (default9050). - The server syncs player state and applies audio effects (proximity, muffle, echo, etc.).
- The Minecraft layer (via McHttp/McWss) links in-game events to the voice layer.
Supported Client Platforms
- Windows (
x86,x64,arm64) - Linux (
x64,arm32,arm64) - macOS (
x64,arm64) - Android (
arm32,arm64) - iOS (
arm64, as.ipa)