Pitch Shifter using Node js
Hi, I'm a beginner in web Development!
soo I'm trying to build an online audio player for that I need a pitch shifter.
I try to learn web audio API which isn't soo easy to understand for me...
Can anyone help to build a "Pitch Shifter" using node js... Or suggest resources to learn web audio API...
why is this code not working in node js?
var audioCtx = new (window.AudioContext || window.webkitAudioContext)();