OSC: Difference between revisions
From VRChat Wiki
jetdog8808 (talk | contribs) (added basic info on oscquery) |
TrixxedHeart (talk | contribs) m (added stub template) |
||
Line 1: | Line 1: | ||
{{Stub}} | |||
[https://opensoundcontrol.stanford.edu/index.html OSC] is a way to get different devices and applications to talk to each other. Most commonly used to have body-,eye- and face trackers communicate with VRChat. | [https://opensoundcontrol.stanford.edu/index.html OSC] is a way to get different devices and applications to talk to each other. Most commonly used to have body-,eye- and face trackers communicate with VRChat. | ||
Line 6: | Line 7: | ||
== External Links == | == External Links == | ||
[https://docs.vrchat.com/docs/osc-overview OSC Overview] on the VRChat Documentation | [https://docs.vrchat.com/docs/osc-overview OSC Overview] on the VRChat Documentation | ||
Revision as of 01:24, 26 July 2024
You can help the VRChat Wiki by improving it.
[Reason: No reason provided.]
[Reason: No reason provided.]
OSC is a way to get different devices and applications to talk to each other. Most commonly used to have body-,eye- and face trackers communicate with VRChat.
OSCQuery
OSCQuery is a protocol to connect OSC applications together easier. Information on how to connect with VRChat with OSCQuery. VRChat also provides a C# library on GitHub.
External Links
OSC Overview on the VRChat Documentation