How to pause audio?

After looking through multiple webpages, I've concluded that the .pause() function only works for videos and not audio files--it doesn't work when I try using it with audio in Processing, as it says that it does not recognize the pause function. In this case, how do you pause an audio without losing its place? I want it to be precise, not something like using the cue function that only works per second.

Tagged:

Answers

Sign In or Register to comment.