Animate Keyframe and sound (stream) synchronization issue
- Animate Keyframe and sound (stream) synchronization issue
I created keyframes at specific frames and made text appear, similar to karaoke subtitles. Then, I exported it using HTML5.
The important thing is that in all browsers, like Chrome and Safari, the audio and keyframe sync perfectly.
However, in the Samsung Internet Browser, the sound and keyframe synchronization is slightly off.
For reference, in the script automatically generated by [Animate],
I tried adding the following content and used every possible method, but I couldn't solve the issue.
`createjs.Ticker.timingMode = createjs.Ticker.TIMEOUT; // Ticker.RAF_SYNCHED // Ticker.RAF`
FrameRate is 30.
I need help...
