Bug 69479
Summary: | Reduce 900K disk footprint impact of WEB_AUDIO | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jer Noble <jer.noble> |
Component: | Web Audio | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aroben, crogers, simon.fraser, webkit-bug-importer |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jer Noble
The audio file resources are 900KB (on disk). Perhaps they can be compressed or at least combined into a single file.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
(Pinging bug importer)
Adam Roben (:aroben)
(Re-ping)
Adam Roben (:aroben)
(Another ping)
Chris Rogers
Please see WebCore/platform/HRTFElevation.cpp:
#if PLATFORM(GTK)
#define USE_CONCATENATED_IMPULSE_RESPONSES
#endif
I think this should be useful on the mac port too.
Chris Rogers
I assume we can close this now?
http://trac.webkit.org/changeset/104859
Chris Rogers
Closing since mac and GTK ports both use USE_CONCATENATED_IMPULSE_RESPONSES and chromium handles resource management with .grd files.