Skip to content

Uses Roblox's voice safety classifier to pre-filter microphone input

Notifications You must be signed in to change notification settings

clv-2/robloxmic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robloxmic

A utility for muting your microphone before Roblox receives it if it detects inappropriate audio, using Roblox's voice-safety-classifier.

Usage

Requirements

Installation

For optimal performance, an NVIDIA GPU is recommended (CUDA).

I set this up using an RTX 3070 and CUDA Toolkit 12.4. Older GPUs may require older toolkit versions.

CUDA

pip install -r requirements.txt

CPU

pip install -r requirements-cpu.txt

Running the Program

Once dependencies are installed, start the program by running:

python main.py

CUDA Support

If you have an NVIDIA GPU but haven't installed the CUDA Toolkit, you can download it here:

About

Uses Roblox's voice safety classifier to pre-filter microphone input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages