Bug 69479 - Reduce 900K disk footprint impact of WEB_AUDIO
Summary: Reduce 900K disk footprint impact of WEB_AUDIO
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-05 16:42 PDT by Jer Noble
Modified: 2012-02-19 01:13 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2011-10-05 16:42:40 PDT
The audio file resources are 900KB (on disk).  Perhaps they can be compressed or at least combined into a single file.
Comment 1 Adam Roben (:aroben) 2011-12-19 07:19:38 PST
(Pinging bug importer)
Comment 2 Adam Roben (:aroben) 2011-12-19 08:38:53 PST
(Re-ping)
Comment 3 Adam Roben (:aroben) 2011-12-19 09:21:27 PST
(Another ping)
Comment 4 Chris Rogers 2012-01-05 22:07:56 PST
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.
Comment 5 Chris Rogers 2012-01-12 15:04:23 PST
I assume we can close this now?
http://trac.webkit.org/changeset/104859
Comment 6 Chris Rogers 2012-02-19 01:12:40 PST
Closing since mac and GTK ports both use USE_CONCATENATED_IMPULSE_RESPONSES and chromium handles resource management with .grd files.