Skip to content

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

Notifications You must be signed in to change notification settings

shadorki/vrc-osc-audio-controls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:shadorki/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

Resources

Stars

Watchers

Forks

Packages

No packages published