Setting Playback Position for AudioComponent Scripting API (seek() or play() offset)
Can we get a way to seek within audio? Possible solutions: audioComponent.seek(timeInSeconds) or audioComponent.play(loops, startTimeOffset)
1
vote