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 21593 - AudioBufferSourceNode.playbackRate valid range should be specified.
Summary: AudioBufferSourceNode.playbackRate valid range should be specified.
Status: CLOSED DUPLICATE of bug 21594
Alias: None
Product: AudioWG
Classification: Unclassified
Component: Web Audio API (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: TBD
Assignee: Chris Rogers
QA Contact: public-audio
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-05 15:34 UTC by paul@paul.cx
Modified: 2013-04-25 15:32 UTC (History)
1 user (show)

See Also:


Attachments

Description paul@paul.cx 2013-04-05 15:34:25 UTC
The spec should mention what to do when the playbackRate is zero, and when it is negative.

fwiw, the |playbackRate| property for media element is specced as such:
- positive case is trivial
- zero pauses the element, without having |paused| == true
- negative plays the media backward.

WebKit treats negative and null value as illegal, and this is fine, but it should be specced.
Comment 1 paul@paul.cx 2013-04-05 15:50:59 UTC
(Somehow I clicked too fast, see bug 21594).

*** This bug has been marked as a duplicate of bug 21594 ***