scratch-audio/README.md

29 lines
995 B
Markdown
Raw Normal View History

2016-11-02 16:36:19 -04:00
# scratch-audio
2016-10-13 15:07:18 -04:00
#### 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-11-02 16:36:19 -04:00
[![Build Status](https://travis-ci.org/LLK/scratch-audio.svg?branch=develop)](https://travis-ci.org/LLK/scratch-audio)
2016-10-13 15:07:18 -04:00
## Installation
This requires you to have Git and Node.js installed.
In your own node environment/application:
```bash
2016-11-02 16:36:19 -04:00
npm install https://github.com/LLK/scratch-audio.git
2016-10-13 15:07:18 -04:00
```
If you want to edit/play yourself:
```bash
2016-11-02 16:36:19 -04:00
git clone git@github.com:LLK/scratch-audio.git
cd scratch-audio
2016-10-13 15:07:18 -04:00
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!