Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 413 Bytes

File metadata and controls

23 lines (16 loc) · 413 Bytes

WASM drum machine

This is a simple drum synthesizer built with React and WebAssembly

Features

  • Real-time audio synthesis
  • Intuitive user interface

Getting Started

To get started with the WASM drum machine, clone the repository and install the dependencies:

git clone https://github.com/PhysSong/audioground
cd audioground
yarn

Then, start the development server:

yarn dev