Web Audio Api audio mixer. Using gain, panner and analyser nodes.
React and Typescript for UI
https://dyatlovk.github.io/amixer/
- Clone the repo:
git clone https://github.com/dyatlovk/amixer.git
- Install dependencies
yarn install
yarn dev
for watching and recompiling modified files
yarn test
Production build
yarn predeploy
Deploy to github pages
yarn deploy