https://github.com/vrcwizard/osc-xsoverlaynotification
send and string in an osc message to XSOverlay and receive a notification
https://github.com/vrcwizard/osc-xsoverlaynotification
Last synced: about 1 year ago
JSON representation
send and string in an osc message to XSOverlay and receive a notification
- Host: GitHub
- URL: https://github.com/vrcwizard/osc-xsoverlaynotification
- Owner: VRCWizard
- Created: 2024-03-20T17:01:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T22:44:59.000Z (over 2 years ago)
- Last Synced: 2025-04-06T11:50:22.028Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSC-XSOverlayNotification
Send a string in an osc message to XSOverlay and receive a notification. Script created for deaf individual to be able to read messages sent by TTS Voice Wizard on another computer while in VR.
XSONotifications.py code from https://github.com/0xst4n/XSNotifications_discord
1. In TTS Voice Wizard set the OSC Send Port to 9077 the port the script is listening on

2. Set the ip for the XSNotifier to the IPv4 Address of a computer on the same network (wifi or ethernet)
- To find the IPv4 Address open up **Terminal** on your computer and type ``ipconfig``
- 127.0.0.1 will always send to localhost the computer running this script, so if you want to send to another computer use that computers IPv4 address

3. Open terminal and type ``pip install python-osc``
4. Run the .bat file to run the script