Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 1 | page.title=Audio Latency |
| 2 | @jd:body |
| 3 | |
| 4 | <!-- |
Clay Murphy | 768b82a | 2013-11-12 11:32:41 -0800 | [diff] [blame] | 5 | Copyright 2013 The Android Open Source Project |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 6 | |
| 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 Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 19 | <p>Audio latency is the time delay as an audio signal passes through a system. |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 20 | </p> |
| 21 | |
Glenn Kasten | 3251785 | 2015-03-30 11:57:01 -0700 | [diff] [blame] | 22 | <h3 id="resources">Resources</h3> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 23 | |
Glenn Kasten | 3251785 | 2015-03-30 11:57:01 -0700 | [diff] [blame] | 24 | <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 Kasten | f3902ab | 2015-03-30 11:57:14 -0700 | [diff] [blame] | 49 | <tr> |
| 50 | <td>Round-trip audio latency results</td> |
| 51 | <td><a href="latency_measurements.html">Audio Latency Measurements</a></td> |
| 52 | </tr> |
Glenn Kasten | 3251785 | 2015-03-30 11:57:01 -0700 | [diff] [blame] | 53 | </table> |