Hiya, I've been hacking on the sample audio player code (single stream) and was wondering how others have / would suggest implement resuming the audio rather than restarting it (as in the example).
I know that I have to passback the offset to the play directive, but I'm unsure of how to store it / what to use (since I'm a node newbie). Appreciate any help / code samples / etc. Thanks!