echo66 / PhaseVocoderJS

GNU Affero General Public License v3.0
54 stars 7 forks source link

Example of pitchshifting with wavesjs #18

Open mdahlgrengadd opened 6 years ago

mdahlgrengadd commented 6 years ago

Someone asked about pitch shifting, and I also needed it. Heres an example using resampling with wavesjs.

https://mdahlgrengadd.github.io/examples/phasevocoder-engine.html

echo66 commented 6 years ago

@mdahlgrengadd are you hearing the clicks?

mdahlgrengadd commented 6 years ago

Oh! Yes, now I tried on my macbook and yes, super clicky... sorry! Both firefox and chrome on my windows machine didnt produce clicks, so i thought the implementation worked. Have to try some other way to implement it... thanks!