SkillAgentSearch skills...

Phaze

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

Install / Use

/learn @olvb/Phaze
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 2021) only supported in Chrome and Firefox.

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 or Firefox.

View on GitHub
GitHub Stars161
CategoryDevelopment
Updated19d ago
Forks19

Languages

JavaScript

Security Score

100/100

Audited on Mar 3, 2026

No findings