A collection of modules for VRCOSC.
A module for controlling leash physics in VRChat using OSC parameters. For more information, see the OSCLeash README.
Captures your system's audio output and sends stereo direction and volume information to VRChat parameters for audio visualization. For more information, see the OSCAudioReaction README.
- Download the latest release from the releases page
- Place the module DLLs in your VRCOSC modules folder (typically
%AppData%/VRCOSC/Packages/local
) - Enable the desired modules in VRCOSC
- Configure each module's settings as needed
These modules are developed for VRCOSC using C# and .NET 8.0. Each module is contained in its own directory under Modules/
with its own README detailing specific functionality and setup.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- VRCOSC by VolcanicArts
- VRC-OSC-Audio-Reaction by Codel1417