Audio fingerprint article interactive demos
You need to install Node.js and Yarn to run the application.
Install Yarn dependencies. Open this directory in a terminal and run:
yarn install
yarn start
Then open one of the demos in a browser:
- http://localhost:8080
- http://localhost:8080/?demo=oscillator-options
- http://localhost:8080/?demo=dynamics-compressor-options
- http://localhost:8080/?demo=difference
Press Ctrl+C in the terminal to stop.
yarn build
The result HTML code will appear in the dist
directory.
See contributing.md