[web-audio-api] Clarity about stop method in AudioBufferSourceNode (#61)

> Originally reported on W3C Bugzilla [ISSUE-22550](https://www.w3.org/Bugs/Public/show_bug.cgi?id=22550) Wed, 03 Jul 2013 05:26:17 GMT
> Reported by Praveen R Jadhav
> Assigned to 

WebAudio Spec says "'stop' must only be called one time and only after a call to 'start' or 'stop', or an exception will be thrown."

This statement is contradictory as 'stop' can be called only once but also says it can be called after a call to 'stop' which is not possible.

A statement like "'stop' must only be called one time and only after a call to 'start' or an exception will be thrown." would provide more clarity IMO.

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/61

Received on Wednesday, 11 September 2013 14:28:26 UTC