Skip to content

bobbicodes/phase-vocoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phase-vocoder

This library is inspired by TheoVerhelst/OverPitch, but uses the Web Audio API instead of Overtone and JTransforms to perform the audio read/write operations and Fourier Transforms.

Development

Install dependencies:

$ npm install
added 97 packages from 106 contributors in 5.984s

Start the development process by running:

$ npx shadow-cljs watch app
...
[:app] Build completed. (134 files, 35 compiled, 0 warnings, 5.80s)

Or simply jack-in from your editor. Your app will be served at: at http://localhost:8080.

Production build

npx shadow-cljs release app

About

Time-scaling/pitch-shifting in Clojurescript with the Web Audio API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from bobbicodes/shadow-reagent