stop playback
Closed this issue · 2 comments
Hi there !
Great work you've done !
In your demo : http://app.audiee.com/ there is a "stop playback" issue.
In chrome, i click play, then stop, then play again :
Uncaught InvalidStateError: Failed to execute 'noteOff' on 'AudioBufferSourceNode': cannot call stop more than once. (according to the console in : Helpers.Player.js:141)
Regards
Hi, thanks for letting me know. I will try to find a time to look at it.
There might be some changes in the Web Audio API which are causing this problem. This app has been developed in early stages of Web Audio API and I'm sure there may be better solutions now how to implement what I've done before.
Hi, I've ported webkitAudioContext code to standards based AudioContext, there were changes in the naming of methods (noteGrainOn -> start, noteOff -> stop, createGainNode -> createGain).
Could you confirm, that the issue was resolved for you, please?