mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
26 lines
966 B
Markdown
26 lines
966 B
Markdown
# scratch-audioengine
|
|
#### Scratch audio engine is for playing sounds, instruments and audio effects in Scratch 3.0 projects
|
|
|
|
[![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!
|