aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2013-07-22 17:45:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-22 17:45:39 +0000
commit50dd305fa84e7fea998b06129915da8ab6928c85 (patch)
tree8eaad138dc4509d86981aa69f5b65dd6adecb3df
parent86cfd137b8110eca2c70340f262919f537b33b0a (diff)
parent1ed64fc48b24630acc40cd5369c9f70787f87cdc (diff)
downloadsource.android.com-50dd305fa84e7fea998b06129915da8ab6928c85.tar.gz
Merge "docs: Adding IDs to headers for autoTOC linking. Bug: 9481466" into jb-mr2-dev
-rw-r--r--src/devices/audio.jd6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/audio.jd b/src/devices/audio.jd
index 50be277b..657ec09f 100644
--- a/src/devices/audio.jd
+++ b/src/devices/audio.jd
@@ -249,7 +249,7 @@ PRODUCT_PACKAGES += \
</li>
</ol>
-<h2>Audio preprocessing effects</h2>
+<h2 id="preprocessing">Audio preprocessing effects</h2>
<p>
The Android platform supports audio effects on supported devices in the
<a href="http://developer.android.com/reference/android/media/audiofx/package-summary.html">audiofx</a>
@@ -309,7 +309,7 @@ pre_processing {
}
</pre>
-<h3>Source tuning</h3>
+<h3 id="tuning">Source tuning</h3>
<p>For <code>AudioSource</code> tuning, there are no explicit requirements on audio gain or audio processing
with the exception of voice recognition (<code>VOICE_RECOGNITION</code>).</p>
@@ -341,7 +341,7 @@ with the exception of voice recognition (<code>VOICE_RECOGNITION</code>).</p>
</li>
</ul>
-<h3>More information</h3>
+<h3 id="more">More information</h3>
<p>For more information, see:</p>
<ul>
<li>Android documentation for <a href="http://developer.android.com/reference/android/media/audiofx/package-summary.html">audiofx