Web Audio-based audio engine for Scratch 3.0
Find a file
semantic-release-bot 07d3ec712e chore(release): 2.0.85 [skip ci]
## [2.0.85](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.84...v2.0.85) (2025-03-05)

### Bug Fixes

* **deps:** lock file maintenance ([5fcb6be](5fcb6bed6f))
2025-03-05 10:53:09 +00:00
.github ci: add signature assistant workflow 2024-11-25 07:54:43 -08:00
.husky chore: add husky hook for commitlint 2023-12-20 18:19:55 -08:00
sound-files/drums
src chore: lint fixes 2023-12-15 14:44:01 -08:00
test chore: lint fixes 2023-12-15 14:44:01 -08:00
.editorconfig
.eslintignore
.eslintrc.js
.gitattributes
.gitignore
.npmignore ci: Add CircleCI config (ENA-41) 2022-11-18 14:20:13 -05:00
.nvmrc chore(deps): update dependency node to v18 2024-02-28 00:44:23 +00:00
CHANGELOG.md chore(release): 2.0.85 [skip ci] 2025-03-05 10:53:09 +00:00
commitlint.config.js chore: add commitlint 2023-12-20 18:19:53 -08:00
CONTRIBUTING.md
LICENSE chore!: set license to AGPL-3.0-only 2024-11-25 07:54:43 -08:00
package-lock.json chore(release): 2.0.85 [skip ci] 2025-03-05 10:53:09 +00:00
package.json chore(release): 2.0.85 [skip ci] 2025-03-05 10:53:09 +00:00
README.md docs: replace LLK URL in README.md 2024-02-23 13:26:15 -08:00
release.config.js ci: use semantic-release 2023-12-20 19:43:19 -08:00
renovate.json5 chore(deps): use js-lib-bundled Renovate config 2024-02-21 09:30:34 -08:00
TRADEMARK.txt
webpack.config.js

scratch-audio

Scratch audio engine is for playing sounds, instruments and audio effects in Scratch 3.0 projects

Greenkeeper badge

Please note this project is at an early stage and we are not ready for pull requests

CircleCI

Installation

This requires you to have Git and Node.js installed.

In your own node environment/application:

npm install https://github.com/scratchfoundation/scratch-audio.git

If you want to edit/play yourself:

git clone git@github.com:LLK/scratch-audio.git
cd scratch-audio
npm install

Testing

npm test

Donate

We provide Scratch free of charge, and want to keep it that way! Please consider making a donation to support our continued engineering, design, community, and resource development efforts. Donations of any size are appreciated. Thank you!

Committing

This project uses semantic release to ensure version bumps follow semver so that projects depending on it don't break unexpectedly.

In order to automatically determine version updates, semantic release expects commit messages to follow the conventional-changelog specification.

You can use the commitizen CLI to make commits formatted in this way:

npm install -g commitizen@latest cz-conventional-changelog@latest

Now you're ready to make commits using git cz.