You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed several bugs related to user orientation
The Client Library will no longer send Euler orientation to the server, but will instead automatically convert Euler coordinates to Quaternions before transmitting that data to the server. Euler coordinates are converted into Quaternions as per the eulerOrder on your HiFiAxisConfiguration
Fixed a bug that prevented users from being able to mute their input device
Added new feature detection for browser compatibility
Allow developers to specify whether they want muting function to totally stop audio input data gathering