-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaudio.html
More file actions
289 lines (229 loc) · 18.3 KB
/
audio.html
File metadata and controls
289 lines (229 loc) · 18.3 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Browse Windows audio drivers with trust and compatibility filters.">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' https://raw.githubusercontent.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' https://prod.rexxit.net https://web-platforms.sfo2.cdn.digitaloceanspaces.com data: https:; font-src 'self' https://fonts.gstatic.com; connect-src 'self' https://raw.githubusercontent.com; frame-ancestors 'none'; base-uri 'self'; form-action 'self';">
<link rel="canonical" href="https://driverhub.win/audio">
<title>Audio Drivers | DriverHub</title>
<script>
(function() {
const userPreference = localStorage.getItem('darkMode');
const prefersDarkScheme = window.matchMedia("(prefers-color-scheme: dark)").matches;
if (userPreference === 'dark' || (userPreference === null && prefersDarkScheme)) {
document.documentElement.classList.add('dark');
}
})();
</script>
<meta name="theme-color" content="#0f172a">
<link rel="manifest" href="manifest.webmanifest">
<link rel="stylesheet" href="global/tailwind.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="global/favicon.ico">
</head>
<body class="bg-gray-50 dark:bg-gray-950 text-gray-900 dark:text-gray-100 min-h-screen flex flex-col">
<a href="#main-content" class="sr-only focus:not-sr-only focus:absolute focus:top-4 focus:left-4 focus:z-50 focus:px-4 focus:py-2 focus:bg-primary-500 focus:text-white focus:rounded-lg">Skip to main content</a>
<header class="sticky top-0 z-40 bg-white/80 dark:bg-gray-950/80 backdrop-blur-xl border-b border-gray-200 dark:border-gray-800">
<div class="max-w-6xl mx-auto px-4 md:px-6">
<div class="flex items-center justify-between h-14">
<a href="/" class="flex items-center gap-2.5">
<img src="https://prod.rexxit.net/global/_icons/DH-logo-optim.webp" alt="DriverHub" class="h-8 w-8">
<span class="text-lg font-bold text-gray-900 dark:text-white">DriverHub</span>
</a>
<div class="flex items-center gap-1.5">
<button id="global-search-btn" type="button" aria-haspopup="dialog" aria-controls="search-overlay" aria-expanded="false" class="p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 text-gray-500 dark:text-gray-400 transition-colors" title="Search (Ctrl+K)">
<span class="material-icons text-[20px]">search</span>
</button>
<button id="favorites-btn" type="button" aria-haspopup="dialog" aria-controls="favorites-panel" aria-expanded="false" class="p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 text-gray-500 dark:text-gray-400 transition-colors" title="Watchlist">
<span class="material-icons text-[20px]">star_outline</span>
</button>
<button id="darkModeToggle" type="button" class="p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 text-gray-500 dark:text-gray-400 transition-colors" title="Toggle dark mode">
<span class="material-icons text-[20px]">dark_mode</span>
</button>
<button class="settings-button p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 text-gray-500 dark:text-gray-400 transition-colors" type="button" aria-label="Settings" aria-haspopup="dialog" aria-controls="settings-overlay" aria-expanded="false" title="Settings">
<span class="material-icons text-[20px]">tune</span>
</button>
</div>
</div>
<nav class="flex items-center gap-0.5 -mb-px overflow-x-auto scrollbar-hide" role="navigation" aria-label="Main navigation">
<a href="/" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-transparent text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">home</span>Home
</a>
<a href="/display" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-transparent text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">videocam</span>Graphics
</a>
<a href="/chipset" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-transparent text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">memory</span>Chipset
</a>
<a href="/network" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-transparent text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">wifi</span>Network
<span class="px-1.5 py-0.5 text-[10px] font-semibold tracking-wide uppercase rounded bg-primary-50 dark:bg-primary-900/30 text-primary-600 dark:text-primary-300">Preview</span>
</a>
<a href="/audio" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-primary-600 text-primary-600 dark:text-primary-400 dark:border-primary-400 whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">headphones</span>Audio
<span class="px-1.5 py-0.5 text-[10px] font-semibold tracking-wide uppercase rounded bg-primary-50 dark:bg-primary-900/30 text-primary-600 dark:text-primary-300">Preview</span>
</a>
<div class="w-px h-5 bg-gray-200 dark:bg-gray-700 mx-1.5"></div>
<a href="/contact" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-transparent text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">mail_outline</span>Contact
</a>
<a href="https://docs.rexxit.net/drivers-website/" target="_blank" rel="noopener noreferrer" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-transparent text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">description</span>Docs
<svg class="w-3 h-3 opacity-40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" y1="14" x2="21" y2="3"/></svg>
</a>
</nav>
</div>
</header>
<div id="settings-overlay" class="settings-overlay hidden fixed inset-0 bg-black/50 backdrop-blur-sm z-50 flex items-center justify-center" role="dialog" aria-modal="true" aria-labelledby="settings-title" aria-hidden="true" tabindex="-1">
<div id="settings-dialog" class="w-full max-w-md mx-4 bg-white dark:bg-gray-900 rounded-xl shadow-2xl overflow-hidden transition-all" style="position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);" tabindex="-1">
<div class="bg-gray-900 dark:bg-gray-800 px-6 py-4">
<div class="flex items-center justify-between">
<h2 id="settings-title" class="text-lg font-semibold text-white">Settings</h2>
<button class="close-settings p-1.5 rounded-lg hover:bg-white/10 text-white/70 hover:text-white transition-colors" type="button" aria-label="Close settings">
<span class="material-icons text-[20px]">close</span>
</button>
</div>
</div>
<div class="p-6 space-y-6">
<div class="flex items-center justify-between">
<div class="flex items-center gap-3">
<span class="material-icons text-gray-400">dark_mode</span>
<span class="font-medium text-gray-900 dark:text-white">Dark Mode</span>
</div>
<button id="settingsDarkToggle" class="relative w-14 h-8 bg-gray-200 dark:bg-primary-500 rounded-full transition-colors" type="button" aria-label="Toggle dark mode" aria-pressed="false">
<span class="absolute left-1 dark:left-7 top-1 w-6 h-6 bg-white rounded-full shadow-md transition-all duration-200"></span>
</button>
</div>
<hr class="border-gray-200 dark:border-gray-700">
<div class="space-y-3">
<label for="regionSelect" class="flex items-center gap-3">
<span class="material-icons text-gray-400">public</span>
<span class="font-medium text-gray-900 dark:text-white">Download Region</span>
</label>
<select id="regionSelect" class="w-full px-4 py-3 bg-gray-100 dark:bg-gray-800 rounded-lg border border-transparent focus:border-primary-500 outline-none transition-colors text-gray-900 dark:text-white">
<option value="USA">USA</option>
<option value="EU">EU</option>
</select>
<p class="text-sm text-gray-500"><a href="https://docs.rexxit.net/drivers-website/articles/region-selection" target="_blank" rel="noopener noreferrer" class="text-primary-500 hover:text-primary-600 hover:underline">Learn more about regions</a></p>
</div>
</div>
</div>
</div>
<main id="main-content" class="flex-1 max-w-7xl mx-auto px-4 md:px-6 py-10 w-full">
<div class="mb-8">
<h1 class="page-heading mb-2">Audio Drivers</h1>
<p class="page-subheading">Full audio catalog with compatibility filters, compare mode, and trust metadata.</p>
</div>
<div class="grid lg:grid-cols-[280px_1fr] gap-6 items-start">
<aside class="card p-4 sticky top-20 space-y-3" data-animate>
<h2 class="text-sm font-semibold text-gray-900 dark:text-white uppercase tracking-wide">Filters</h2>
<input id="filter-query-input" type="text" class="w-full px-3 py-2.5 bg-gray-100 dark:bg-gray-800 rounded-lg border border-transparent focus:border-primary-500 outline-none text-sm text-gray-900 dark:text-white" placeholder="Search audio drivers...">
<select id="filter-risk-select" class="w-full px-3 py-2.5 bg-gray-100 dark:bg-gray-800 rounded-lg border border-transparent focus:border-primary-500 outline-none text-sm text-gray-900 dark:text-white">
<option value="">All risk levels</option>
<option value="low">Low risk</option>
<option value="medium">Medium risk</option>
<option value="high">High risk</option>
</select>
<select id="filter-os-select" class="w-full px-3 py-2.5 bg-gray-100 dark:bg-gray-800 rounded-lg border border-transparent focus:border-primary-500 outline-none text-sm text-gray-900 dark:text-white">
<option value="">All OS targets</option>
<option value="windows-11">Windows 11</option>
<option value="windows-10">Windows 10</option>
</select>
<select id="filter-view-select" class="w-full px-3 py-2.5 bg-gray-100 dark:bg-gray-800 rounded-lg border border-transparent focus:border-primary-500 outline-none text-sm text-gray-900 dark:text-white">
<option value="comfortable">Comfortable view</option>
<option value="dense">Dense view</option>
</select>
<button id="filter-clear-button" type="button" class="btn-secondary w-full justify-center !px-3 !py-2 text-sm">
<span class="material-icons text-base">refresh</span>
Reset Filters
</button>
</aside>
<div class="space-y-6">
<section class="card overflow-hidden" data-animate data-brand-section="audio">
<div class="p-5 border-l-4 border-primary-500">
<div class="flex items-center gap-3 mb-1">
<span class="material-icons text-primary-500 text-3xl">headphones</span>
<h2 class="section-heading">Audio Driver Catalog</h2>
</div>
<p class="text-sm text-gray-500 dark:text-gray-400 mb-4">Official vendor links with normalized metadata and compare-ready entries.</p>
<div id="audio-main-drivers"></div>
</div>
</section>
</div>
</div>
</main>
<footer class="border-t border-gray-200 dark:border-gray-800 mt-auto">
<div class="max-w-6xl mx-auto px-4 md:px-6 py-10">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-8">
<div class="col-span-2 md:col-span-1">
<a href="/" class="flex items-center gap-2 mb-3">
<img src="https://prod.rexxit.net/global/_icons/DH-logo-optim.webp" alt="DriverHub" class="h-7 w-7">
<span class="font-semibold text-gray-900 dark:text-white">DriverHub</span>
</a>
<p class="text-sm text-gray-500 dark:text-gray-400">Free Windows driver downloads from official sources.</p>
</div>
<div>
<h4 class="text-sm font-semibold text-gray-900 dark:text-white mb-3">Drivers</h4>
<ul class="space-y-2 text-sm">
<li><a href="/display" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Graphics</a></li>
<li><a href="/chipset" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Chipset</a></li>
</ul>
</div>
<div>
<h4 class="text-sm font-semibold text-gray-900 dark:text-white mb-3">Resources</h4>
<ul class="space-y-2 text-sm">
<li><a href="https://docs.rexxit.net/drivers-website/" target="_blank" rel="noopener noreferrer" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Documentation</a></li>
<li><a href="https://docs.rexxit.net/drivers-website/releasenotes" target="_blank" rel="noopener noreferrer" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Release Notes</a></li>
<li><a href="/info/about-stabledrivers" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Stability Ratings</a></li>
<li><a href="/info/trust-center" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Trust Center</a></li>
<li><a href="/info/credits" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Credits</a></li>
<li><a href="/feeds/drivers.json" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Driver Feed (JSON)</a></li>
<li><a href="/feeds/drivers.xml" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Driver Feed (RSS)</a></li>
</ul>
</div>
<div>
<h4 class="text-sm font-semibold text-gray-900 dark:text-white mb-3">About</h4>
<ul class="space-y-2 text-sm">
<li><a href="/contact" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Contact</a></li>
<li><a href="/sitemap.xml" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Sitemap</a></li>
<li><a href="https://www.buymeacoffee.com/burnttoasters" target="_blank" rel="noopener noreferrer" class="inline-flex items-center px-2.5 py-1 rounded-md bg-primary-100 dark:bg-primary-900/30 text-primary-700 dark:text-primary-300 hover:bg-primary-200 dark:hover:bg-primary-800/40 transition-colors">❤️ Support Us!</a></li>
</ul>
</div>
</div>
<div class="pt-6 border-t border-gray-200 dark:border-gray-800 flex flex-col sm:flex-row items-center justify-between gap-3 text-sm text-gray-400 dark:text-gray-500">
<div class="flex items-center gap-3">
<span id="site-version"></span>
<span id="update-date"></span>
</div>
<div class="flex items-center gap-2 sm:gap-3">
<a href="https://github.com/BurntToasters/driverWeb" target="_blank" rel="noopener noreferrer" class="inline-flex items-center gap-1.5 px-2.5 py-1.5 rounded-md bg-gray-100 dark:bg-gray-800 text-gray-600 dark:text-gray-300 hover:bg-gray-200 dark:hover:bg-gray-700 hover:text-gray-900 dark:hover:text-white transition-colors" aria-label="DriverWeb GitHub repository">
<span class="material-icons text-[16px]">code</span>
GitHub
</a>
<a href="https://www.digitalocean.com/?refcode=7bd0fa8e307c&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge" target="_blank" rel="noopener noreferrer" class="opacity-80 hover:opacity-100 transition-opacity">
<img src="https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg" class="h-8" alt="DigitalOcean" loading="lazy">
</a>
</div>
</div>
</div>
</footer>
<script src="global/favorites.js"></script>
<script src="global/search.js"></script>
<script src="global/darkMode.js"></script>
<script src="global/regionSwitcher.js"></script>
<script src="global/modern.js"></script>
<script src="global/versionInfo.js"></script>
<script src="global/driverLoader.js"></script>
<script src="global/backToTop.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
const baseUrl = 'https://raw.githubusercontent.com/BurntToasters/driverWeb-data/main/';
loadDrivers(baseUrl + 'audio-drivers.json', 'audio-main-drivers', { family: 'audio', channel: 'audio', brand: 'audio', category: 'Audio Drivers', page: '/audio' });
});
</script>
<script src="global/pwa.js"></script>
</body>
</html>