You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a single button to play and pause an mp3 stream. In the head I have: soundManager.setup({ url: '/audio/swf/', useConsole: false, debugMode: false });
I would prefer the 'pause' action to actually perform a 'stop' as sometimes if I then click play again, the stream will have been paused and is not then in real time. Also, there is then a weird, jumbled overlap of paused and real-time audio when this happens. Can you please advise as to correct setup? Thanks
The text was updated successfully, but these errors were encountered:
I am using a single button to play and pause an mp3 stream. In the head I have:
soundManager.setup({ url: '/audio/swf/', useConsole: false, debugMode: false });
I would prefer the 'pause' action to actually perform a 'stop' as sometimes if I then click play again, the stream will have been paused and is not then in real time. Also, there is then a weird, jumbled overlap of paused and real-time audio when this happens. Can you please advise as to correct setup? Thanks
The text was updated successfully, but these errors were encountered: