Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 601 Bytes

File metadata and controls

14 lines (8 loc) · 601 Bytes

Web Audio Components Boilerplate

A boilerplate example of a web audio component with GUI example using Rack and a test suite to roughly adhere to the specification

Example

View the demo and test your progress by building your components and viewing example/index.html component install --dev && component build --dev

Tests

Run the test suite by installing and building your components and viewing test/index.html

component install --dev && component build --dev