Bug 53452

Summary: Improve audio latency on Mac OS X for chromium port
Product: WebKit Reporter: Chris Rogers <crogers>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jorlow
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch jorlow: review+

Description Chris Rogers 2011-01-31 14:20:32 PST
Improve audio latency on Mac OS X for chromium port
Comment 1 Chris Rogers 2011-01-31 14:22:42 PST
Created attachment 80679 [details]
Patch
Comment 2 Jeremy Orlow 2011-01-31 14:41:29 PST
Comment on attachment 80679 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=80679&action=review

r=me

> Source/WebKit/chromium/src/AudioDestinationChromium.cpp:45
> +// Chromium audio backend now supports lower latency CoreAudio API so a lower buffer size is possible.

This sentence doesn't seem quite grammatically right.
Comment 3 Chris Rogers 2011-01-31 14:54:52 PST
Thanks, Jeremy.  I'll land with a (hopefully) better comment.
Comment 4 Chris Rogers 2011-01-31 14:59:01 PST
Committed r77162: <http://trac.webkit.org/changeset/77162>