I'm interested in people's opinions on where I should put my audio code in
WebKit.

Up to this point I've been assuming I would put my code into:

    WebCore/platform/audio

But, on further reflection I realize that the majority of source files are
cross-platform engine code so perhaps it would make more sense to put the
cross-platform parts into:

    WebCore/audio

and the platform-specific parts into:

    WebCore/platform/audio

Does this seem reasonable?

Cheers,
Chris
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to