mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
19 lines
No EOL
544 B
HTML
19 lines
No EOL
544 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Mic Test</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon">
|
|
</head>
|
|
<body>
|
|
<h1>Microphone Test</h1>
|
|
<div class="shadow card">
|
|
<canvas id="visualizer"></canvas>
|
|
<button id="btn">Start Listening</button>
|
|
</div>
|
|
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html> |