-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (112 loc) · 3.46 KB
/
index.html
File metadata and controls
128 lines (112 loc) · 3.46 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
<!DOCTYPE html>
<!-- format2025 -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OCA Techsite</title>
<link rel=stylesheet type='text/css' href='css/screen.css' media='screen'/>
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap" rel="stylesheet">
<script src='js/script.js' ></script>
</head>
<body>
<table>
<col width='15%'>
<col>
<tbody>
<tr>
<td>
<a href='index.html'>
<img src='images/OCA-Logo-300.png.webp' width='130px' height='60px' alt='OCA Alliance Logo'/>
</a>
</td>
<td class=topnav>
<ul>
<li><a href='aes70.html'>AES70 Standard</a></li>
<li><a href='repositories.html'>Repositories</a></li>
<li><a href='downloads.html'>Downloads</a></li>
<li><a href='information.html'>Information</a></li>
<li><a href='opensource.html'>Open‑Source Guidelines</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
<div class='banner'>
<div class='title'>
<h1> OCA Alliance Technical Site</h1>
</div>
</div>
<div class=content>
<p>
This site offers technical resources and information for people working with AES70.
</p>
<p>
Content is organized into sections, as follows:
</p>
<table style="font-size:1.1em">
<tr>
<td class="tdLooseTop"><b>Section</b></td>
<td class="tdLooseTop"><b>Contents</b></td>
</tr>
<tr>
<td class="tdLooseTop">
<a href="aes70.html">AES70 Standard</a>
</td>
<td class="tdLooseTop">
Description of the AES70 standard, the official public specification of OCA,<br>
with links to the AES70 site for purchasing and downloading the documents
</td>
</tr>
<tr>
<td class="tdLooseTop">
<a href="repositories.html">Repositories</a>
</td>
<td class="tdLooseTop">
Relevant open-source repositories maintained by the OCA Alliance and others
</td>
</tr>
<tr>
<td class="tdLooseTop">
<a href="downloads.html">Downloads</a>
</td>
<td class="tdLooseTop">
Free files for product developers and other technical users
</td>
</tr>
<tr>
<td class="tdLooseTop">
<a href="information.html">Information</a>
</td>
<td class="tdLooseTop">
AES70 information resources
</td>
</tr>
<tr>
<td class="tdLooseTop">
<a href="opensource.html">Open-Source Guidelines</a>
</td>
<td class="tdLooseTop">
All about open-source software produced by the OCA Alliance </td>
</tr>
</table>
<h3> The OCA Alliance </h3>
<p>
This site is operated by the
<a rel=noopener target=_blank href='http://ocaalliance.com'>
<b>OCA Alliance</b>
</a>,
a not-for-profit corporation formed to develop, promote, and support
the Audio Engineering Society's AES70 media network control standard.
Based on Open Control Architecture (OCA) technology,
AES70 is a free, full-featured control and monitoring scheme for audio devices
connected to digital networks.
</p>
<p>
The Alliance's purposes are to promote adoption of AES70 through marketing, education,
and training, and to develop new AES70 revisions that increase the standard's value
and usability going forward.
</p>
</div>
</body>
</html>