8000 GitHub - ruifortes/phaze: Real-time pitch-shifter as a Web Audio worklet, based on phase vocoder techniques
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from olvb/phaze

Real-time pitch-shifter as a Web Audio worklet, based on phase vocoder techniques

Notifications You must be signed in to change notification settings

ruifortes/phaze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaze: a real-time web audio pitch-shifter

Phaze is a real-time pitch-shifter based on the the method described here, implemented as a Web Audio AudioWorkletProcessor. It supports mono and multi-channel processing.

Please note that AudioWorkletProcessors are currently (January 2020) only supported by Chrome.

Installation and demo

Visit the online demo here, or run

git clone https://github.com/olvb/phaze && cd phaze
npm install
npm run build && npm run start

and open http://localhost:8080/ with Chrome

About

Real-time pitch-shifter as a Web Audio worklet, based on phase vocoder techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%
0