VRC-OSC-Audio-Reaction
VRC-OSC-Audio-Reaction copied to clipboard
This take the audio from your default audio output device and sends OSC parameters for direction and amplitude.
VRC OSC Audio Input
This application takes the audio from your default audio output device and then sends the OSC parameters for direction and amplitude.
In Action
How to Use
- Add the synced float parameters
audio_volume
andaudio_direction
to your VRChat avatar. - Enable OSC in VRChat inside the Action Menu.
- Launch This Program.
Parameters
Two float
parameters are available:
-
audio_direction
at/avatar/parameters/audio_direction
: the direction of the sound. Where 0.5 is centered, 0 is left 1 is right. -
audio_volume
at/avatar/parameters/audio_volume
: the volume of the sound. Where 0 is silent, 1 is loud. This is based on the Windows Audio API.
Feel free to suggest other parameters.
Sentry Reporting
This application reports crashes to Sentry. Data collected during a crash includes
- The version of this program.
- The audio device info including the name, bit depth, and sample rate.
- OS Version.
- Logged Messages.
- Stack Traces if available.
All data is anonymous and no personal information is collected. Data is only sent in the event of an error. You can opt out in settings
License
This program is licensed under the MIT license.