Voice+

Quick rating

Community listing page, reviews here may not be monitored by the author.

Voice+

By Niel_kroOwner

No reviews yet

Voice Plus (PV2SVC) - client-side bridge for Simple Voice Chat on servers running Plasmo Voice.

Mod Loaders
Minecraft

About

Description

Voice Plus (PV2SVC)

A client-side bridge that lets you use Simple Voice Chat (SVC) on servers running Plasmo Voice (PV) — and lets SVC and PV players hear each other on the same server.

Fabric 1.21.11 Client


What does it do?

Servers that use Plasmo Voice only allow Plasmo Voice players to talk. If you use Simple Voice Chat, you simply can't use voice chat there. Voice Plus fixes that without any server-side changes:

  • The mod connects to the server as a Plasmo Voice client (TCP handshake + encrypted UDP voice).
  • It runs a local UDP proxy on 127.0.0.1 that your Simple Voice Chat client connects to.
  • Voice audio is translated between the two protocols in real time, so PV players and you (SVC) can talk to each other.
  • You keep the familiar SVC interface: the volume/player list screen, player icons and the ability to adjust per-player volume.

It's fully client-side — install it on your client and you're done. The server doesn't need this mod.

Requirements

  • Fabric API
  • Fabric Language Kotlin
  • Simple Voice Chat on your client
  • Plasmo Voice on the server you join

How it works

  1. Your Simple Voice Chat connects to a local virtual server that Voice Plus spins up.
  2. Voice Plus connects to the Plasmo Voice server on your behalf.
  3. Mic audio is converted to the Plasmo Voice format and sent to the server.
  4. Audio from other players is converted back and played through your Simple Voice Chat client.

Limitations

  • Requires both SVC (client) and Plasmo Voice (server) to be installed — it bridges the two, it doesn't replace them.
  • Voice features that exist only in one protocol (e.g. Server-side add-ons for Simple Voice Chat) are limited to what SVC supports.