Skip to content

Commit ded9b17

Browse files
committed
Stub manual html
1 parent 1686cd4 commit ded9b17

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

SarWeb/manual.html

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Synchronous Audio Router - User Manual</title>
5+
<link rel="stylesheet" type="text/css" href="site.css"/>
6+
</head>
7+
<body>
8+
<div class="title-wrapper">
9+
<div class="title">
10+
<h1>Synchronous</h1>
11+
<h1>Audio</h1>
12+
<h1>Router</h1>
13+
<div class="subtitle">
14+
User Manual (v0.9)
15+
</div>
16+
</div>
17+
</div>
18+
19+
<div class="main">
20+
<h2>Overview</h2>
21+
<h2>Installation</h2>
22+
<h2>Endpoint List</h2>
23+
<img src="images/sar_endpoints.png" />
24+
<img src="images/sar_endpoint_details.png" />
25+
<h2>Application List</h2>
26+
<img src="images/sar_applications.png" />
27+
<h2>Application Details</h2>
28+
<img src="images/sar_application_details.png" />
29+
<h2>Known Issues / Limitations</h2>
30+
<p>SAR is subject to the maximum latency limitation of WaveRT, which attempts to maintain a 10ms processing interval. As such, SAR limits the buffer size that's available to the ASIO host to a maximum of 1/100th of the sample rate. This imposes a latency requirement for the system that not all machines may be able to meet. If you experience buffer underruns at the maximum supported latency, try running a latency testing program such as LatencyMon to determine the cause of the delays.</p>
31+
<p>The current version of SAR requires that the host application which is creating endpoints have admin privileges. This is due to some security concerns with allowing applications to dynamically create audio endpoints, as well as the shared memory approach used to implement the WaveRT "hardware registers". The limitation may be removed in the future.</p>
32+
</div>
33+
</body>
34+
</html>

0 commit comments

Comments
 (0)