VoiceCraft
Start

Overview

VoiceCraft consists of three core parts:

Overview

VoiceCraft consists of three core parts:

  1. The client app (VoiceCraft.Client) built with Avalonia/.NET.
  2. The server (VoiceCraft.Server) for voice transport and state sync.
  3. Minecraft integration via addons (McHttp and McWss).

How It Works

  1. The client connects to VoiceCraft.Server over UDP (default 9050).
  2. The server syncs player state and applies audio effects (proximity, muffle, echo, etc.).
  3. 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)

Where to Get Releases

Copyright © 2026