Play music or positional sound.
npm install --save ebabel-audio
const ebabelAudio = require('ebabel-audio');
const result = ebabelAudio();
Fork this repository on Github, git clone
your repository, checkout the develop branch, and when you are done, submit a pull request from your repository develop branch to this repository develop branch.
- fork this repository on github.com
- git clone your forked repository.
- git checkout develop
npm install
npm test
An html coverage report is to be found in the coverage
folder.
npm run jsdoc
The generated documentation is to be found in the docs
folder.