Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.16 KB

Front End Adventure: CPU intense tasks

This app uses MP3 encoding as an example to demonstrate diffrent approaches to handle cpu intense tasks on webpages, they are:

USAGE

Serve the files in public folder as static files, for example:

Credits

For many reasons I need to modify the encoding libs used in this demo to fit the needs, for example mpe-lame-encoder does not support Web Assembly yet. The included codes are modified but all algorithm implementations are crafted by the original projects.

The Water Ripples component is from React-motion's Demo-7