Record sounds / noises around you and turn them into music. It’s a work in progress, at the moment it enables you to record live audio straight from your browser, edit it and save these sounds as a WAV file. There's also a sequencer part where you c
Parallel.js 是一个多核处理的微型 Javascr ipt 库。利用越来越成熟的 WebWorker API 实现。
Parallel.js 解决了在 Javascr ipt 通过高级 API 进行多核处理编程。运行于浏览器。
示例代码:
// Need to do it like this to avoid premature browser compilation of Math.sqrt
var sqrt = function (n) { return Math.sqrt(