I am developing a program in JavaScript that change the audio pitch while it is playing. So, I wish do a direct manipulation in the frequency data from a AudioContext: I know exists "getByteFrequencyData", but exists in JavaScript something that works like "setByteFrequencyData"? (from what I saw, "setByteFrequencyData" in itself doesn't exists)