Bug 56721 - Feature Request: Add audio 'panning' for HTML5 media
Summary: Feature Request: Add audio 'panning' for HTML5 media
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-19 22:44 PDT by Richard Connamacher
Modified: 2012-04-20 10:51 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Connamacher 2011-03-19 22:44:13 PDT
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.
Comment 1 Arun Patole 2011-10-07 00:00:19 PDT
I have opened bug at WhatWG to discuss this: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14386
Comment 2 Arun Patole 2012-04-20 03:17:12 PDT
(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.