aboutsummaryrefslogtreecommitdiff
path: root/src/devices/audio.jd
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/audio.jd')
-rw-r--r--src/devices/audio.jd9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/devices/audio.jd b/src/devices/audio.jd
index 08ed9ff4..8b58d9e1 100644
--- a/src/devices/audio.jd
+++ b/src/devices/audio.jd
@@ -255,12 +255,9 @@ 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>
package, which is available for developers to access. For example, on the Nexus 10, the following pre-processing effects are supported: </p>
<ul>
- <li><a href="http://developer.android.com/reference/android/media/AcousticEchoCanceller">Acoustic Echo
- Cancellation</a></li>
- <li><a href="http://developer.android.com/reference/android/media/AutomaticGainControl">Automatic Gain
- Control</a></li>
- <li><a href="http://developer.android.com/reference/android/media/NoiseSuppressor">Noise
- Suppression</a></li>
+ <li><a href="http://developer.android.com/reference/android/media/audiofx/AcousticEchoCanceler.html">Acoustic Echo Cancellation</a></li>
+ <li><a href="http://developer.android.com/reference/android/media/audiofx/AutomaticGainControl.html">Automatic Gain Control</a></li>
+ <li><a href="http://developer.android.com/reference/android/media/audiofx/NoiseSuppressor.html">Noise Suppression</a></li>
</ul>
</p>