Skip to content

Instantly share code, notes, and snippets.

View Uricorn's full-sized avatar

Uri Uricorn

View GitHub Profile
@Uricorn
Uricorn / vrchataudiotutorial.md
Last active May 4, 2023 22:44
How to play audio such as music on VRChat using VoiceMeeter Banana

Overview

Anyone who has played VRChat has surely noticed that there are players who go around using custom sounds, ranging from music to sound effects.

This is achieved through 3 main methods.

  1. Using your physical microphone to record the audio.
  • This is the easiest but worst method. As you can imagine, you have to fumble around to set up a way for your microphone to hear your speakers, and the audio quality won't be any good.
  1. Adding audio to avatars.
@Uricorn
Uricorn / OngakuScript.user.js
Created July 16, 2016 09:08
AutoLoads OngakuScript on Youtube.
// ==UserScript==
// @name OngakuScript
// @namespace Uricorn
// @description AutoLoads OngakuScript on Youtube.
// @author Vitric + Uricorn for idea + Docpify for support.
// @include https://www.youtube.com/*
// @version 1.0.0
// @grant none
// @require https://code.jquery.com/jquery-3.1.0.min.js
// ==/UserScript==
@Uricorn
Uricorn / SenpaiScriptCustomMentionSound.user.js
Last active August 29, 2015 14:10
AutoLoads SenpaiScript, and ability to add a custom mention sound on plug.dj
// ==UserScript==
// @name SenpaiScript + Custom MentionSound
// @namespace Uricorn
// @description Autorun SenpaiScript on plug.dj and add a custom mention sound.
// @author Docpify (Custom mention + SenpaiScript) + Uricorn (SenpaiScript) + Unknown for original custom mention script.
// @include https://plug.dj/*
// @version 2.0.0
// @grant none
// ==/UserScript==