Bug 75118

Summary: MultiChannelResampler should be optimized for mac port using CoreAudio AudioConverter
Product: WebKit Reporter: Chris Rogers <crogers>
Component: Web AudioAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: crogers, eric.carlson, jer.noble
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Rogers 2011-12-22 13:21:01 PST
An alternate MultiChannelResamplerMac.cpp file can be created in the mac directory and can make direct use of an AudioConverter.
It should be a fairly straight-forward mapping given the current public API for MultiChannelResampler

The AudioConverter SRC will be better optimized for the mac port.