0.2.3 • Published 8 years ago

wavetape v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

wavetape.js

npm version

Measure distances using your mobile device's microphone and speaker

Installation

npm install wavetape --save

Usage

var Wavetape = require('wavetape');

var echolot = new Wavetape();
echolot.start(function(distance) {
  console.log("The closest obstacle is now " + distance.toFixed(2) + " meters away");
  echolot.stop();
});

## License

MIT
0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago