Created
June 25, 2019 21:25
-
-
Save eduardogoncalves/a4604f8bc157a19160ef19c3380f3d09 to your computer and use it in GitHub Desktop.
teste
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<h1>NOTE: Be careful if using headphones</h1> | |
<h1>Original Sine Wave</h1> | |
<div><button onclick="playOriginal()">Play</button></div> | |
<hr /> | |
<h1>Amplified Sine Wave</h1> | |
<div><button onclick="playAmplified()">Play</button></div> | |
<hr /> | |
<h1>Pause</h1> | |
<div><button onclick="pause()">Pause</button></div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment