Skip to content

mcanthony/PitchShifter

 
 

Repository files navigation

#Pitch Shifter

Inspired by Chris Wilson's Jungle

Development

Install the node modules: npm install

Install Webpack: npm install -g webpack

Run webpack watch: webpack --watch

Every time a typescript file is saved, Webpack will bundle all dependencies into a minified bundle.js file and create sourcemaps for debugging. In dev tools look at webpack:// in the Sources panel.

About

Typescript PitchShifter - Web audio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.3%
  • JavaScript 5.3%
  • HTML 1.4%