An open API service indexing awesome lists of open source software.

https://github.com/dgapitts/ebabel-audio


https://github.com/dgapitts/ebabel-audio

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# ebabel-audio
[![Build Status](https://travis-ci.org/dgapitts/ebabel-audio.svg?branch=master)](https://travis-ci.org/dgapitts/ebabel-audio)

Play music or positional sound.

## Module install and usage in your game

### Install
```
npm install --save ebabel-audio
```

### Usage
```
const ebabelAudio = require('ebabel-audio');

const result = ebabelAudio();
```

## Development of this module
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

### First step when developing
```
npm install
```

### Run linting and unit tests
```
npm test
```

An html coverage report is to be found in the `coverage` folder.

### Generate documentation
```
npm run jsdoc
```

The generated documentation is to be found in the `docs` folder.