Bug 69725
Summary: | Ability to play sound reversed (playbackRate to accept negative parameter) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eiji Kitamura <agektmr> |
Component: | Web Audio | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | allenmackley, crogers, david.corvoysier, emeric, rtoy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Eiji Kitamura
On HTML5 Audio Element, playbackRate attribute changes speed of sound playback. With negative parameter, it plays reversed.
I'd like to request same functionality on Web Audio API. This enables WAA to emulate scratch noise on turntable.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Rogers
This is for AudioBufferSourceNode
Chris Rogers
Let's try to think how it interacts with the current noteOn() and noteGrainOn() API. For example, what if we want to play a grain backwards. Then it will have to start playing back at the end of the grain. Let's try to make sure we get the API correct before implementing a quick fix. I think it will be useful, but let's do it right.
Raymond Toy
(In reply to comment #2)
> Let's try to think how it interacts with the current noteOn() and noteGrainOn() API. For example, what if we want to play a grain backwards. Then it will have to start playing back at the end of the grain. Let's try to make sure we get the API correct before implementing a quick fix. I think it will be useful, but let's do it right.
That would be what I would want and expect with noteGrainOn() and a negative playbackRate: play just the selected grain backwards.
Allen
What is the ETA on this feature? Really need this for rewinding.
boblemarin
How can we help to make this bug CONFIRMED ?
It looks pretty clear that it is not working the way we expect it to.
Allen
I'd like to know as well. Currently you can't set video.playbackRate to a negative number.