Bug 53452 - Improve audio latency on Mac OS X for chromium port
Summary: Improve audio latency on Mac OS X for chromium port
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-31 14:20 PST by Chris Rogers
Modified: 2011-01-31 14:59 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.46 KB, patch)
2011-01-31 14:22 PST, Chris Rogers
jorlow: review+
Details | Formatted Diff | Diff

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