This application takes the audio from your default audio output device and then sends the OSC parameters for direction and amplitude.
- Add the synced float parameters
audio_volume
andaudio_direction
to your VRChat avatar. - Enable OSC in VRChat inside the Action Menu.
- Launch This Program.
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.
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
This program is licensed under the MIT license.