Ooga-NoiseSuppressionPlus icon

NoiseSuppressionPlus

Toggle RNNoise background sound removal, adjust suppression strength (0-100%), and cycle mic sensitivity — all with rebindable in-game keys.

By Ooga
Last updated 18 hours ago
Total downloads 21
Total rating 0 
Categories Audio AI Generated
Dependency string Ooga-NoiseSuppressionPlus-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
Rune580-LethalCompany_InputUtils-0.7.13 icon
Rune580-LethalCompany_InputUtils

API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.

Preferred version: 0.7.13

README

NoiseSuppressionPlus

Take control of your voice chat in Lethal Company with real-time noise suppression and mic sensitivity controls.

Features

  • Toggle noise suppression on/off (default: -)
  • Cycle mic sensitivity through Low / Medium / High / Very High (default: =)
  • Increase/decrease suppression amount in 5% steps, 10%–100% (default: [ / ])
  • All keys rebindable in-game via the InputUtils keybinds menu
  • HUD notifications for every action
  • Persistent settings across game sessions

How to use

Key Action
- Toggle noise suppression on/off
= Cycle mic sensitivity
] Increase suppression amount
[ Decrease suppression amount

All keybinds can be changed in the in-game keybinds menu (added by InputUtils) or via the BepInEx config file.

Installation

  1. Install BepInExPack
  2. Install LethalCompany InputUtils
  3. Drop NoiseSuppressionPlus.dll into BepInEx/plugins/

Configuration

Settings are saved to BepInEx/config/NoiseSuppressionPlus.cfg. You can also enable LogOutput = true under the [Debug] section to print verbose info to the console for troubleshooting.

Credits

Based on NoiseSuppression by jupjohn (jammeh) — the original mod that first exposed Dissonance's built-in RNNoise suppression in Lethal Company.

Changelog

1.0.1

  • In-game changes no longer persist to config file (config only sets base values)

1.0.0

  • Initial release for LC v80/v81
  • Toggle noise suppression, cycle mic sensitivity, adjust suppression amount
  • All keys rebindable via in-game InputUtils menu
  • Based on jammeh's NoiseSuppression mod