Bug 56721
Summary: | Feature Request: Add audio 'panning' for HTML5 media | ||
---|---|---|---|
Product: | WebKit | Reporter: | Richard Connamacher <richardconnamacher> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Enhancement | CC: | arun.patole, eric.carlson |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Richard Connamacher
Feature request: add a 'pan' (or webkitPan) javascript property to HTML5 Media elements, to allow programs to position audio between left and right speakers.
-1.0 would be 100% left, 1.0 would be 100% right, and default would be 0.0 (normal).
(Or better yet, work with WhatWG to get support from other browsers too!)
This would allow JavaScript games to better use HTML5 audio instead of Flash, as well as bolstering iOS devices' HTML gaming capabilities.
Backwards compatibility would be fine, as other browsers would continue playing audio from both speakers equally.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Arun Patole
I have opened bug at WhatWG to discuss this: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14386
Arun Patole
(In reply to comment #1)
> I have opened bug at WhatWG to discuss this: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14386
looks like web audio addresses this request. So this bug can me closed(wont fix) from html5 media side.