A go program to control your audio using VRChat OSC Parameters
-
Download the executable from the releases page and double-click to run. (You may have to restart the application if you started the server before VRChat)
-
Set your avatar up with the following avatar parameters. (The names must be exact)
- OSC_AUDIO_CONTROLS_MUTE: bool
- OSC_AUDIO_CONTROLS_PREVIOUS: bool
- OSC_AUDIO_CONTROLS_NEXT: bool
- OSC_AUDIO_CONTROLS_PLAY_PAUSE: bool
-
Add the buttons to your avatar menu and you should be good to go!
- Go
- make command
- Clone the repository
git clone [email protected]:shadorki/vrc-osc-audio-controls.git
- Run the program
go run main.go
- Compile the executable for windows
make build