dsp.js-browser
v1.0.1
Published
dsp.js for direct browser usage
Readme
dsp.js-browser
A browser version of dsp.js
See: https://github.com/corbanbrook/dsp.js
Exposes DSP as a global variable in a browser
Usage:
Include the script:
<script src="/dist/DSP.js"></script>Use the methods, e.g. DFT:
var ft = new DSP.DFT(waveValues.length);
Again see: https://github.com/corbanbrook/dsp.js
for exact usage.
License.
MIT © Dennis Iversen
