This repo contains a small Web Audio playground built with React Flow. Go check out the tutorial if you want to build your own from scratch!
- Create new audio nodes
- Update node data with some UI controls
- Connect nodes together
- Delete nodes and connections
- Start and stop audio processing
- Using zustand for state management.
- Custom nodes and controls.
- "Running" or interpreting a React Flow graph.
This app was built using Vite for development.
Before you start, you need to install the dependencies:
npm install
npm run dev
npm run build