This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22550 - Clarity about stop method in AudioBufferSourceNode
Summary: Clarity about stop method in AudioBufferSourceNode
Status: CLOSED WONTFIX
Alias: None
Product: AudioWG
Classification: Unclassified
Component: Web Audio API (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: WebAudio LC1
Assignee: Chris Wilson
QA Contact: public-audio
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-03 05:26 UTC by Praveen R Jadhav
Modified: 2014-10-28 17:17 UTC (History)
1 user (show)

See Also:


Attachments

Description Praveen R Jadhav 2013-07-03 05:26:17 UTC
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.
Comment 1 Praveen R Jadhav 2014-05-21 11:53:20 UTC
This bug is for a minor clarification. An update from some will be really helpful.
Comment 2 Olivier Thereaux 2014-10-28 17:14:26 UTC
Web Audio API issues have been migrated to Github. 
See https://github.com/WebAudio/web-audio-api/issues
Comment 3 Olivier Thereaux 2014-10-28 17:17:19 UTC
Closing. See https://github.com/WebAudio/web-audio-api/issues for up to date list of issues for the Web Audio API.