# scratch-audio **Repository Path**: darrenwu/scratch-audio ## Basic Information - **Project Name**: scratch-audio - **Description**: Web Audio-based audio engine for Scratch 3.0 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scratch-audio #### Scratch audio engine is for playing sounds, instruments and audio effects in Scratch 3.0 projects [![Greenkeeper badge](https://badges.greenkeeper.io/LLK/scratch-audio.svg)](https://greenkeeper.io/) #### Please note this project is at an early stage and we are not ready for pull requests [![Build Status](https://travis-ci.org/LLK/scratch-audio.svg?branch=develop)](https://travis-ci.org/LLK/scratch-audio) ## 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-audio.git ``` If you want to edit/play yourself: ```bash git clone git@github.com:LLK/scratch-audio.git cd scratch-audio 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!