Troubleshooting
The pre-authored haptics are out of sync with the audio
Make sure you play the audio before the haptics for optimal synchronicity.
let haptics = try? LofeltHaptics.init()
haptics?.load(hapticData)
audioPlayer?.play()
haptics?.play()
< Prev Next >