Skip to content

Instantly share code, notes, and snippets.

View TychoWerner's full-sized avatar

Tycho Werner TychoWerner

View GitHub Profile
@horndude77
horndude77 / tone.html
Last active September 14, 2024 07:09
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;