This repository implements an interactive audio processing flow using the Web Audio API. The flow comprises several audio nodes, such as the AudioBufferSourceNode, DelayNode, and GainNode, connected to create a dynamic audio effect. Clicking the Run Flow button triggers audio playback, applying the configured effects.
Run the live version here: https://audio-context-explorer.netlify.app/
-
Clone this repository
-
Install dependencies:
npm install # or `pnpm install` or `yarn install`
- Start the development server:
npm run dev
Include a link to your repo in your submission or give https://github.com/rbehal access. Email us at [email protected] if you have any issues.