exokitxr / exokit

Native VR/AR/XR engine for JavaScript 🦖
MIT License
997 stars 118 forks source link

WebRTC audio support #1368

Open avaer opened 5 years ago

avaer commented 5 years ago

We already have WebRTC DataChannel support. This PR extends that to audio channel support, via a bump to WebRTC M71, plus an integration with WebAudio for device input/output on all platforms.

Continuation of https://github.com/exokitxr/exokit/pull/866.