Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 825 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 825 Bytes

Pitch shifter

This is a very simple pith shifter using HTML5 Web Audio API. It's based in the principles of granular synthesis, instead of FFT analysis and transformation, to keep things simple and fast. In order to use the microphone input, a browser supporting the Media Stream API is needed.

There are three different audio graphic representations for fun, just drag the sliders and enjoy!

Waveform screenshot

Live Demo

A live demo can be found here: https://urtzurd.github.io/html-audio/static/

Thanks

DonKarlssonSan for updating the project to the current version of the Web Audio API.