An open API service indexing awesome lists of open source software.

https://github.com/diversen/dsp.js-browser

A browser version of dsp.js
https://github.com/diversen/dsp.js-browser

dsp dsp-js

Last synced: 11 months ago
JSON representation

A browser version of dsp.js

Awesome Lists containing this project

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:

~~~html

~~~

Use the methods, e.g. DFT:

~~~js
var ft = new DSP.DFT(waveValues.length);
~~~

Again see: https://github.com/corbanbrook/dsp.js

for exact usage.

## License.

MIT © [Dennis Iversen](https://github.com/diversen)