I have a question regarding the PeriodicWave in Web Audio API. Take a look at the following code:
https://slack-files.com/T04PVA27V-F051SS7LD-a71e14c8a2
For every iteration of the script processor, I get different values for the channel data 0. Isn't it supposed to get the same time frame at each iteration? After all, it is performing the IFFT for the provided real and imaginary values.
Steps: 1) Open the browser inspector. 2) Copy that code into the inspector console. 3) Put a breakpoint inside the script processor. 4) Check the values of the input buffer.