Channel

⭐ — (5 endorsements) 📥 644 downloads 📌 v26.1.2-29+beta 📅 3/26/2026
🟡 Updated this year

By USS-Shenzhou · neoforge

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/3/2026 📅 Created: 3/26/2026
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.8% endorsement rate
  • 🏆 #41 of 66 neoforge mods in this game by downloads

📋 About This Mod

✅ Path-Traced Audio:
✅ - [ ] Handling of semi-transparent blocks (e.g., fences, glass panes)
✅ - [ ] Handling of fluid blocks
✅ - [ ] Absolute loudness simulation
✅ Forwarding:
✅ - [ ] Standalone forwarding application

# Channel !(https://cdn.modrinth.com/data/cached_images/16f97bcf3d47a3f4b589e8304ba0cf60aa63997b.png) ## Introduction *Channel* is an open-source in-game voice chat mod. ### How does it differ from Simple Voice Chat? | Channel | SVC | |--------------------------------------------------------------------------------------------|-------------------------------------| | ✅Free License | ❌All Rights Reserved | | ✅Fixed Noise Suppression + NVIDIA Broadcast AI Denoiser | ❌RNNoise Suppression | | ✅Path-Traced Reverb Simulation | ❌Simple Positional Audio | | ✅Out-of-the-box, no extra ports or configuration required | ❌Requires extra ports | | ❌NeoForge only | ✅Fabric/Quilt/Forge/Bukkit | | ❌No extensions | ✅API Plugins | ### TODO - Path-Traced Audio: - Handling of semi-transparent blocks (e.g., fences, glass panes) - Handling of fluid blocks - Absolute loudness simulation - Forwarding: - Standalone forwarding application - In-game: - Microphone and Speaker blocks - Walkie-talkie items ## For Linux/MacOS Users To use this mod on Linux/MacOS x86_64 or arm64, you need to download from (https://github.com/USS-Shenzhou/Channel/actions). Since the Nvidia AFX SDK client only supports Windows, smart mode of noise-canceling is not available on Linux or macOS. If you do need this functionality, you may modify `NvidiaInit.java` yourself. For more information, see the (https://docs.nvidia.com/maxine/afx/LinuxAFXSDK/GetStartedOnLinux.html). Due to limited resources, only partial support is provided for Linux. MacOS is not actively supported. ## Copyrights and Licenses Copyright (C) 2025 USS_Shenzhou This mod is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or(at your option) any later version. This mod is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ### Exceptions and Additional terms - a) As a game player, when you load and play this program in Minecraft, this license automatically grants you all rights necessary, which are not covered in the GPL-3.0 license, or are prohibited by the GPL-3.0 license, for the normal loading and playing of this program in Minecraft. In case of conflicts between the GPL-3.0 license and the Minecraft EULA or other Mojang/Microsoft terms, the latter shall prevail. - b) If you modify this Program, you should clearly state that modified programs are modified from this Program when you propagate the modified version and that the Developers of this Software do not provide any warranty for the modified programs. You may not use the name of any of the developers of this Software or this Software to for publicity purposes. ### Other Open-Source/Copyright Information 1. Uses (https://github.com/devopvoid/webrtc-java), licensed under the Apache-2.0 License. 2. Uses (https://github.com/lostromb/concentus), licensed under its custom license, which is similar to BSD-3 Clause. 3. Uses (https://github.com/NVIDIA-Maxine/Maxine-AFX-SDK), licensed under the MIT License. 4. Some codes are inspired by (https://github.com/FalseMSP/SoundPhysicsPerfected), licensed under the MIT License.

!(https://cdn.modrinth.com/data/cached_images/16f97bcf3d47a3f4b589e8304ba0cf60aa63997b.png)

## Introduction

Channel is an open-source in-game voice chat mod.

### How does it differ from Simple Voice Chat?

| Channel | SVC | |--------------------------------------------------------------------------------------------|-------------------------------------| | ✅Free License | ❌All Rights Reserved | | ✅Fixed Noise Suppression + NVIDIA Broadcast AI Denoiser | ❌RNNoise Suppression | | ✅Path-Traced Reverb Simulation | ❌Simple Positional Audio | | ✅Out-of-the-box, no extra ports or configuration required | ❌Requires extra ports | | ❌NeoForge only | ✅Fabric/Quilt/Forge/Bukkit | | ❌No extensions | ✅API Plugins |

  • Path-Traced Audio:
  • - [ ] Handling of semi-transparent blocks (e.g., fences, glass panes)
  • - [ ] Handling of fluid blocks
  • - [ ] Absolute loudness simulation
  • Forwarding:
  • - [ ] Standalone forwarding application
  • In-game:
  • - [ ] Microphone and Speaker blocks
  • - [ ] Walkie-talkie items

## For Linux/MacOS Users

To use this mod on Linux/MacOS x86_64 or arm64, you need to download from (https://github.com/USS-Shenzhou/Channel/actions).

Since the Nvidia AFX SDK client only supports Windows, smart mode of noise-canceling is not available on Linux or macOS. If you do need this functionality, you may modify `NvidiaInit.java` yourself. For more information, see the (https://docs.nvidia.com/maxine/afx/LinuxAFXSDK/GetStartedOnLinux.html).

Due to limited resources, only partial support is provided for Linux. MacOS is not actively supported.

## Copyrights and Licenses

Copyright (C) 2025 USS_Shenzhou

This mod is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or(at your option) any later version.

This mod is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

### Exceptions and Additional terms

  • a) As a game player, when you load and play this program in Minecraft, this license automatically grants you all rights necessary, which are not covered in the GPL-3. 0 license, or are prohibited by the GPL-3. 0 license, for the normal loading and playing of this program in Minecraft. In case of conflicts between the GPL-3. 0 license and the Minecraft EULA or other Mojang/Microsoft terms, the latter shall prevail.
  • b) If you modify this Program, you should clearly state that modified programs are modified from this Program when you propagate the modified version and that the Developers of this Software do not provide any warranty for the modified programs. You may not use the name of any of the developers of this Software or this Software to for publicity purposes.

### Other Open-Source/Copyright Information

1. Uses (https://github.com/devopvoid/webrtc-java), licensed under the Apache-2. 0 License. 2. Uses (https://github.com/lostromb/concentus), licensed under its custom license, which is similar to BSD-3 Clause. 3. Uses (https://github.com/NVIDIA-Maxine/Maxine-AFX-SDK), licensed under the MIT License. 4. Some codes are inspired by (https://github.com/FalseMSP/SoundPhysicsPerfected), licensed under the MIT License.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
USS-Shenzhou
Version
26.1.2-29+beta
Downloads
644
Endorsements
5
Category
neoforge
Created
3/26/2026
Updated
8/3/2026
Game Versions
26.1, 26.1.1, 26.1.2
Tags
social, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Channel support?

The author lists 26.1, 26.1.1, 26.1.2. Other versions may work but are untested by the author.

What is the latest version of Channel?

Version 26.1.2-29+beta, published 2026-08-03 with 644 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More neoforge 👤 More by USS-Shenzhou 🔎 Similar Mods 🌐 Best neoforge (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods