Skip to content

Instantly share code, notes, and snippets.

@Cody01100011
Cody01100011 / tone.html
Created January 24, 2022 13:06 — forked from horndude77/tone.html
Simple HTML Tone Generator
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Tone Generator</title>
<script>
var context = null;
var usingWebAudio = true;
<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
html, body {
height: 100%;
margin: 0;
}