4 Create an oscillator of type SQUARE and generate a slow exponential tone sweep.
5 The result can be checked for the correct wave shape and for aliasing artifacts.
6 See oscillator-testing.js for details.
11 <script type="text/javascript" src="resources/audio-testing.js"></script>
12 <script type="text/javascript" src="resources/oscillator-testing.js"></script>
21 if (!window.testRunner)
24 generateExponentialOscillatorSweep(OSC.SQUARE);