To optimize the `OscillatorNode` implementation, we could e.g. use - a sine (lookup) table - a complex phasor (see https://dsp.stackexchange.com/a/1087)
To optimize the
OscillatorNodeimplementation, we could e.g. use