iOS Pause and Continue a Sound

Pause and Continue a Sound - I wonder how I could manage this.
Playing and Stoping works fine - but I’d like also to have a Method like mySound.pause and mySound.continue…
Does anybody has a proposal.
Help appreciated :slight_smile:

nobody with an idea?

Maybe with AVAudioPlayer from iOSKit https://github.com/kingj5/iOSKit

It has a Pause function.

Thank you - I’ll check that :slight_smile: