The Meta XR Haptics Native SDK provides a high-level, media-based API for playing and modulating haptic clips authored in Haptics Studio on Quest controllers.
Version 1.0.0-beta.2 Release Notes
The Meta XR Haptics Native SDK provides a high-level, media-based API for playing and modulating haptic clips authored in Haptics Studio on Quest controllers. The latest SDK is available from this page.
What’s Fixed
Fixed haptics_sdk_player_set_amplitude() and haptics_sdk_player_set_frequency_shift() not correctly changing the amplitude and frequency when called before starting playback.
Fixed haptics_sdk_player_set_looping_enabled() not enabling looping when called while playback is close to the end of a clip.
Improvements
API functions can now be called from any thread, the restriction of using a single thread for all calls has been lifted.
Logging is now less verbose, playing back a haptic clip no longer logs any message.