uzair-ashraf / vrc-osc-audio-controls

A go program to control your audio on windows machines using VRChat OSC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VRC OSC Audio Controls

A go program to control your audio using VRChat OSC Parameters

Usage

  1. 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)

  2. 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
  3. Add the buttons to your avatar menu and you should be good to go!

Contributing

Requirements

  • Go
  • make command

Getting Started

  1. Clone the repository
        git clone git@github.com:uzair-ashraf/vrc-osc-audio-controls.git
  2. Run the program
        go run main.go
  3. Compile the executable for windows
        make build

About

A go program to control your audio on windows machines using VRChat OSC


Languages

Language:Go 97.5%Language:Makefile 2.5%