aboutsummaryrefslogtreecommitdiff
path: root/en/devices/audio/implement-pre-processing.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/audio/implement-pre-processing.html')
-rw-r--r--en/devices/audio/implement-pre-processing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/devices/audio/implement-pre-processing.html b/en/devices/audio/implement-pre-processing.html
index e42dfc1c..adbf156f 100644
--- a/en/devices/audio/implement-pre-processing.html
+++ b/en/devices/audio/implement-pre-processing.html
@@ -83,7 +83,7 @@ audio HAL implementation's default behavior.</p>
the <code>AudioSource</code> configuration in this manner, the framework will
automatically request from the audio HAL the use of those effects.</p>
-<p><pre>
+<pre class="devsite-click-to-copy">
pre_processing {
voice_communication {
aec {}
@@ -93,7 +93,7 @@ pre_processing {
agc {}
}
}
-</pre></p>
+</pre>
<h2 id=tuning>Source tuning</h2>