Skip to content

Instantly share code, notes, and snippets.

@eduardogoncalves
Created June 25, 2019 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eduardogoncalves/a4604f8bc157a19160ef19c3380f3d09 to your computer and use it in GitHub Desktop.
Save eduardogoncalves/a4604f8bc157a19160ef19c3380f3d09 to your computer and use it in GitHub Desktop.
teste
<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