This is a simple drum synthesizer built with React and WebAssembly
- Real-time audio synthesis
- Intuitive user interface
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