Open Sound Control: Difference between revisions

From VRChat Wiki
m (Added VRChat page link)
m (Fix section headings: use sentence case)
Line 5: Line 5:
[https://github.com/Vidvox/OSCQueryProposal OSCQuery] is a protocol to connect OSC applications together easier. Information on how to [https://github.com/vrchat-community/osc/wiki/OSCQuery connect with VRChat with OSCQuery]. VRChat also provides [https://github.com/vrchat-community/vrc-oscquery-lib a C# library on GitHub].
[https://github.com/Vidvox/OSCQueryProposal OSCQuery] is a protocol to connect OSC applications together easier. Information on how to [https://github.com/vrchat-community/osc/wiki/OSCQuery connect with VRChat with OSCQuery]. VRChat also provides [https://github.com/vrchat-community/vrc-oscquery-lib a C# library on GitHub].


== 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 13:55, 15 August 2024

Vrrat posed-right.png
V ยท EThis page is a stub.
You can help the VRChat Wiki by improving it.
[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