I was trying to make my own graphical audio player using minim. I see there is methods to pause, start and get relevant information from the audio track using AudioPlayer. Is there a way to seek to a certain point in time in the track with AudioPlayer or what class would you need to use to do this?
Don't hesitate to take a look at the JavaDoc, it might look intimidating, but it is full of information. There, I think cue(int) and play(int) are what you are looking for.
Leave a comment on PhiLho's reply
Change topic type
Link this topic
Provide the permalink of a topic that is related to this topic