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
- Host: GitHub
- URL: https://github.com/diversen/dsp.js-browser
- Owner: diversen
- Created: 2017-09-27T18:37:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T19:02:14.000Z (almost 9 years ago)
- Last Synced: 2025-08-09T04:57:09.852Z (12 months ago)
- Topics: dsp, dsp-js
- Language: JavaScript
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)