Python1320 / vr_asmr_petting

VR(Chat) Avatar Movement Sounds (rustling)

Home Page:https://python1320.gumroad.com/l/wbxogb

Repository from Github https://github.comPython1320/vr_asmr_pettingRepository from Github https://github.comPython1320/vr_asmr_petting

WORK IN PROGRESS UNTIL END OF 2025, MAY NOT WORK

Motion Controlled ASMR Sounds System

Experimental hand-motion ๐Ÿ– controlled ASMR sounds system for VRChat Smoothly fade in and out your petting sounds while moving hands in VR for enhanced meditation/ASMR experiences.

gif of petting a speaker

Marketplace ๐Ÿ›’

Includes ๐Ÿ“ฆ๐Ÿ“ฆ๐Ÿ“ฆ

  • Installation instructions ๐Ÿ‘‰
  • VRCFury prefab ๐Ÿ“ฆ
  • Petting sounds ๐Ÿ”Š
  • Open source utility application (needed for automatic volume control!) ๐Ÿ› ๏ธ

๐Ÿ›‘ NOT YET COMPATIBLE WITH QUEST ๐Ÿ›‘

How does it work

When both prefab is installed and app is running, the speed of your hand movement is relayed from SteamVR to a helper application, which continuously sends OSC messages to VRChat. The message changes avatar parameters, which in turn changes the volume/pitch of the petting sound from 0 up to 1. Sound can be enabled/disabled in action menu (no fading yet).

Requirements ๐Ÿ““

  • Your custom avatar (and source code). Used example
  • SteamVR (NOT YET COMPATIBLE WITH QUEST)
  • VR controllers
  • Windows only (Author cannot presently run Linux VR due to old PC troubles)
  • VRChat (ChilloutVR should also work, but is not documented and probably no longer needed. Resonite also does not need this addon.)
  • Knowledge about OSC
  • Unity editor for avatars
  • VRCFury

Test Avatar ๐ŸŽญ

Installation ๐Ÿ”จ

NOTE: Help improve the introductions by updating this readme

(Video help: Using VRCFury prefab assets in Unity)

Unity ๐ŸงŠ

  1. Install Creator Companion and add VRCFury.
    You also need your avatar as a project!

  2. In creator companion

    1. Add vr_asmr_petting by pressing "add to VCC" in this page.
    2. Install the "VR ASMR Petting" package to your avatar. (Remember to install VRCfury if not already installed!)
    3. Open the avatar in unity
  3. Recommended: backup avatar now!

  4. Find the "VR ASMR Petting" package in Unity and the prefab file inside it.
    Drag and drop the prefab into your avatar (note: the prefab must be put under avatar (not scene root) in the hierarchy but NOT inside armature/body, see picture): avatar drag and drop to hierarchy

  5. Adjust the sound source positions as needed. Proper sound location depends on hand size and how you pet people. (adjust sound position gif todo)

  6. Optional: test with gesture manager to see if the sound locations are where you want them to be.

  7. Publish your avatar

  8. Remember to enable OSC and to regenerate OSC config in VR (otherwise helper app will not work)!

  • VRCFury will automatically add a new expression menu entry and you will be able to toggle the sound on and off there. Test in VRChat and see if it works.

Helper Application ๐Ÿ› ๏ธ (required)

  1. Download the latest vr_asmr_petting_helper.zip from releases

  2. There is no installer! Just extract the ZIP file somewhere where you don't remove/rename it accidentally.

  3. IMPORTANT (Windows SmartScreen / Antivirus): Windows SmartScreen or your antivirus might show a warning about an unknown executable. This happens, because the helper application does not have a digital signature as it would cost too much. If downloaded from the official GitHub release, the helper application should be safe. SmartScreen Dialog: Click "More info" then "Run anyway". For antivirus, choose to "Allow" or "Trust" the application.

  4. Start SteamVR and run vr_asmr_petting.exe once in the extracted zip folder.
    If unsure you can run it a second time and it will give an error about already running. If this does not happen the program is somehow crashing.

  5. Note: The program runs in background. Look in task manager for status.

  6. Troubleshooting: In case of trouble, run vr_asmr_petting_console.exe to see debug output. You may also need to set debug to true in config.json

  7. Advanced: Look in config.json for additional settings.

  8. Note: The program quits when SteamVR quits

  9. Optional: Enable helper autostart in SteamVR settings

  10. TEST: Go in game and check if volume sliders in your avatar menu are moving if you move your controllers:
    menu volume

What it does NOT do ๐Ÿ›‘

  • Does NOT let you experience ASMR, only give it (unless you pet yourself)
  • Does NOT automatically activate (you need to enable/disable it it in menu, there is no gesture yet)
    • This only modulates the sounds based on movement speed
  • Does NOT include hair brush models or the like (Though it's easy to add to the prefab's gameobject)
  • Does not (yet) have a collection of high quality ASMR petting sounds, please help expand!
  • Does not (yet) have a guide on how to make your own looping sounds

HARM REDUCTION ๐Ÿ˜ญ

This is a tool, a tool can be used for good or bad (without realizing it), make note of the following:

  1. SOME DO NOT TOLERATE MOVEMENT NEAR THEIR FACE AT ALL
    (ask for permission first, maybe do not use sounds at first)
    1. (Also, a small minority tolerate only fast (or only slow) hand movement)
  2. SOME GREATLY DISLIKE ASMR SOUNDS (but may also be too timid to say it!)
  3. MANY DISLIKE UNKNOWN PEOPLE APPROACHING THEIR FACE (again, make sure contact is appreciated)
  4. APPROACHING FROM SIDE/BEHIND CAN STARTLE PEOPLE (may appear to be a spider)
  5. MANY OTHER PITFALLS (you have been warned)

For non-verbal initiation, the following flowchart is provided (no warranty): petting protocol

TODO ๐Ÿ“Œ

See github issues

Parameter usage ๐Ÿ“‹

path type synced bits
/avatar/parameters/sounds/pets/normal bool 1
/avatar/parameters/sounds/pets/alt bool 1 (optional)
/avatar/parameters/petting_volume float 8
/avatar/parameters/petting_volume_r float 8
/avatar/parameters/sounds/cling bool 1 (optional)
/avatar/parameters/sound_taps_right bool 1 (optional)
/avatar/parameters/sound_taps_left bool 1 (optional)
TOTAL 17 to 21 bits

Troubleshooting ๐ŸŽฏ

  1. Ensure you have Avatar Self Interact enabled in the VRChat settings menu: img/self-interact.png
  2. Enable OSC
  3. Use OSC Debug to see if are receiving any data
  4. Make sure your VRChat SDK is updated in the companion app! VRCFury usually requires the latest VRChat SDK.
  5. Check that antivirus ๐Ÿ›ก๏ธ and firewall ๐Ÿ”’๐Ÿ‘ฎ are not blocking the helper application!

HINT: The application generates a debug.log file on start if debug is enabled. This can provide clues on what is wrong. You should include this file with bug reports, thank you!

How to change the sounds ๐Ÿ–Š๏ธ

  • Navigate to your hand bones and just replace the sound files with your own

Related things ๐Ÿค

Known Issues ๐ŸŽฏ

https://github.com/Python1320/vr_asmr_petting/issues

Helper app automatic start โ„น๏ธ

After launching the helper exe successfully once, you should be able to enable autostart in SteamVR: SteamVR settings has autostart option

VRChat Group(s) ๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ

NO SUPPORT NO WARRANTY

This is a hobby for me. Payment does not give personal support! I may or may not have time to look at github issues but that's about it. No warranty of any kind, this might even hurt your friendships or get you reported for harassment if used wrong! Likely it just refuses to work because I forgot to document something. I cannot afford supporting you, and you cannot afford my support, sorry. Feel free to ask someone else to fix things for you!

About

VR(Chat) Avatar Movement Sounds (rustling)

https://python1320.gumroad.com/l/wbxogb


Languages

Language:Lua 92.8%Language:Python 4.5%Language:HTML 1.6%Language:JavaScript 0.8%Language:CSS 0.3%Language:Makefile 0.0%Language:Batchfile 0.0%