Turn any ordinary pair of headphones into noise-cancelling headphones, on us.
Canceller was built on Angular.js and Node.js, and uses the HTML5 WebAudio API to read your micrphone's input data and emit a destructive noise-cancelling sound wave.
- Clone the repository.
- If you don't have Bower/Grunt command line tool installed, on the command line do:
npm install -g yo grunt-cli bower
- Then,
npm install
andbower install
in root dir. npm start
starts server. You can then view the app at http://localhost:3000