[webkit-dev] Web Audio API

Darin Fisher darin at chromium.org
Tue Aug 24 16:21:42 PDT 2010


My only concern with using the Web* prefix in WebCore is that the Web*
prefix
is commonly used in WebKit APIs as a namespace for API types.  It seems like
it could lead to some confusion.

-Darin


On Tue, Aug 24, 2010 at 4:15 PM, Chris Rogers <crogers at google.com> wrote:

> Hi Simon,
>
> #if WEBAUDIO is fine.
>
> Do you also prefer WebCore/webaudio like Chris Marrin, or WebCore/audio?
>
> Chris
>
>
> On Tue, Aug 24, 2010 at 4:04 PM, Simon Fraser <simon.fraser at apple.com>wrote:
>
>> On Aug 24, 2010, at 12:05 PM, Chris Rogers wrote:
>>
>> Over the past months I've been refining the web audio API implementation
>> that I've been developing in the 'audio' branch of WebKit (per Maciej's
>> recommendation).  The API has been through a good amount of review by WebKit
>> developers at Apple, Google, and in the W3C Audio Incubator  group.  For
>> those who are interested, the draft specification is here:
>>
>> http://chromium.googlecode.com/svn/trunk/samples/audio/specification/specification.html
>>
>> I have working demos here:
>> http://chromium.googlecode.com/svn/trunk/samples/audio/index.html
>>
>> I'll be posting a series of patches to migrate the working code from the
>> audio branch to WebKit trunk.  Most of the files are new, with only a few
>> places which will touch existing WebKit files (such as EventTarget, Event).
>>  The files will be conditionally compiled.  I'm considering using the
>> following enable:
>>
>> #if ENABLE(AUDIOCONTEXT)
>>
>>
>> Didn't we decide that WEBAUDIO was a better #ifdef?
>>
>> Simon
>>
>>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20100824/51a696f1/attachment.html>


More information about the webkit-dev mailing list