[Webkit-unassigned] [Bug 34660] New: audio engine: add audio resources abstraction
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 5 13:45:57 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34660
Summary: audio engine: add audio resources abstraction
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: crogers at google.com
CC: eric.carlson at apple.com, simon.fraser at apple.com,
dino at apple.com, cmarrin at apple.com
In order to perform spatialized stereo panning, a number of data files
representing the recorded impulse responses (HRTFs) from real human subjects
are needed. These files need to be packaged in an appropriate "Resources"
directory depending on platform. For the "mac" port, perhaps they would go in
a sub-directory of the Resources directory of WebCore.framework.
This patch, creates an abstraction for getting the path to this directory by
defining the function:
const char* GetAudioSpatializationResourcePath()
An implementation is provided for the mac port in AudioResourcesMac.mm
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list