blob: a45bf2033547755bd41c59b2240b6ae8da0f5bce [file] [log] [blame]
Robert Ly35f2fda2013-01-29 16:27:05 -08001page.title=Audio Latency
2@jd:body
3
4<!--
Clay Murphy768b82a2013-11-12 11:32:41 -08005 Copyright 2013 The Android Open Source Project
Robert Ly35f2fda2013-01-29 16:27:05 -08006
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18-->
Robert Ly35f2fda2013-01-29 16:27:05 -080019<p>Audio latency is the time delay as an audio signal passes through a system.
Robert Ly35f2fda2013-01-29 16:27:05 -080020</p>
21
Glenn Kasten32517852015-03-30 11:57:01 -070022<h3 id="resources">Resources</h3>
Robert Ly35f2fda2013-01-29 16:27:05 -080023
Glenn Kasten32517852015-03-30 11:57:01 -070024<table>
25<tr>
26 <th>Topic</th>
27 <th>Links</th>
28</tr>
29<tr>
30 <td>Description of audio latency for purposes of Android compatibility</td>
31 <td><a href="{@docRoot}compatibility/android-cdd.pdf">Android CDD</a><br /><em>section 5.5 Audio Latency</em></td>
32</tr>
33<tr>
34 <td>Common causes of audio latency</td>
35 <td><a href="latency_contrib.html">Contributors to Audio Latency</a></td>
36</tr>
37<tr>
38 <td>Android's audio latency-reduction efforts</td>
39 <td><a href="latency_design.html">Design For Reduced Latency</a></td>
40</tr>
41<tr>
42 <td>Techniques to measure audio latency</td>
43 <td>
44 <a href="latency_measure.html">Measuring Audio Latency</a><br />
45 <a href="testing_circuit.html">Light Testing Circuit</a><br />
46 <a href="loopback.html">Audio Loopback Dongle</a>
47 </td>
48</tr>
Glenn Kastenf3902ab2015-03-30 11:57:14 -070049<tr>
50 <td>Round-trip audio latency results</td>
51 <td><a href="latency_measurements.html">Audio Latency Measurements</a></td>
52</tr>
Glenn Kastend49743f2015-05-22 17:30:18 -070053<tr>
54 <td>Applications</td>
55 <td><a href="latency_app.html">Audio Latency for App Developers</a></td>
56</tr>
Glenn Kasten32517852015-03-30 11:57:01 -070057</table>