Skip to content

Instantly share code, notes, and snippets.

View dryutsun's full-sized avatar

Goro dryutsun

  • Software Engineer
  • NY, NY
View GitHub Profile
@dryutsun
dryutsun / index.html
Created October 25, 2021 23:07 — forked from jkohlin/index.html
Frequency and amplitude visualiser using web audio API
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>Web audio API</title>
<style>
</style>
</head>
<body>
<button id="play-btn" style="display:none;">play/pause</button>