Audio help

Hi guys I need a bit of help with unity audio I have a clip playing and what I need it to have a scroll/progress bar which can be used to change the actual position of the audio similar to how you can scroll through music when your listening to songs on your phone is there anyway at all to do this?

Thanks

You need a slider.
Then you tie the slider to the audiosource timesamples

Thanks for that, already got a slider in with ngui will try out that timesamples.

I’ve been working on this timesamples thing for sometime and I can’t seem to get it linking with an ngui slider, I have the slider value ranging from 0-1 and I just need the audio to be scrollable does anybody have any idea how to do it? Maybe some sample scripts. Thanks.

I figured it out guys, no need for help anymore thanks!