scratch-audio/README.md

29 lines
1 KiB
Markdown
Raw Normal View History

2016-10-13 15:07:18 -04:00
# scratch-audioengine
#### Scratch audio engine is for playing sounds, instruments and audio effects in Scratch 3.0 projects
2016-10-14 17:29:51 -04:00
#### Please note this project is at an early stage and we are not ready for pull requests
2016-10-13 15:07:18 -04:00
[![Build Status](https://travis-ci.com/LLK/scratch-audioengine.svg?token=KcCHRot8oJYS4bsz1qET&branch=master)](https://travis-ci.com/LLK/scratch-audioengine)
## Installation
This requires you to have Git and Node.js installed.
In your own node environment/application:
```bash
npm install https://github.com/LLK/scratch-audioengine.git
```
If you want to edit/play yourself:
```bash
git clone git@github.com:LLK/scratch-audioengine.git
cd scratch-audioengine
npm install
```
## Testing
```bash
npm test
```
## Donate
We provide [Scratch](https://scratch.mit.edu) free of charge, and want to keep it that way! Please consider making a [donation](https://secure.donationpay.org/scratchfoundation/) to support our continued engineering, design, community, and resource development efforts. Donations of any size are appreciated. Thank you!