wav-web-audio-recorder
@gkt/microphone
with different default configs and promises as returns
This is a fork of only records in mono and does not downsample.
@gkt/microphone
is a JavaScript library for recording audio via the WebAudio API.
Installation
$ yarn add wav-web-audio-recorder
or
$ npm install wav-web-audio-recorder
Usage
; navigatormediaDevices;
Publishing
To publish a new version, update the version
field in the package.json
file and run:
$ npm publish --access public
This will automatically apply a git tag matching the version and push it.