-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.87 KB
/
Copy pathindex.html
File metadata and controls
38 lines (35 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light">
<title>AudioControl Support</title>
<style>
:root { color: #17202a; background: #f5f7f8; font: 17px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { margin: 0; }
main { box-sizing: border-box; max-width: 760px; min-height: 100vh; margin: auto; padding: 72px 24px; }
h1 { margin: 0 0 12px; font-size: clamp(2.2rem, 8vw, 4rem); letter-spacing: -.045em; }
h2 { margin-top: 42px; }
p { color: #40505f; }
a { color: #075ea8; }
.card { margin-top: 28px; padding: 24px; border: 1px solid #dce2e7; border-radius: 18px; background: white; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; }
</style>
</head>
<body>
<main>
<h1>AudioControl</h1>
<p>A native iPhone controller and ESP32 firmware project for subwoofer delay, crossover, deep-bass shaping, and repeatable acoustic measurement.</p>
<div class="card">
<h2>Support</h2>
<p>For setup help, bug reports, or feature requests, open an issue in the <a href="https://github.com/JustinBStrong/AudioControl/issues">AudioControl issue tracker</a>.</p>
<p>Include the board revision, firmware revision, iPhone model, iOS version, and a concise description of what happened. Never attach App Store credentials, API keys, private keys, or recordings you do not intend to publish.</p>
</div>
<h2>Documentation</h2>
<p>The <a href="https://github.com/JustinBStrong/AudioControl">source repository</a> contains hardware notes, firmware build instructions, the BLE protocol, and the Mac agent-audio command-line interface.</p>
<h2>Privacy</h2>
<p>Read the <a href="privacy.html">AudioControl privacy policy</a>.</p>
</main>
</body>
</html>