We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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.
Answers
pause() works with the lib minim
do you use minim or the lib sound?