Bug 75118 - MultiChannelResampler should be optimized for mac port using CoreAudio AudioConverter
Summary: MultiChannelResampler should be optimized for mac port using CoreAudio AudioC...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-22 13:21 PST by Chris Rogers
Modified: 2011-12-22 14:43 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.