summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJustin McPherson <justin.mcpherson@nokia.com>2009-09-24 13:22:57 +1000
committerJustin McPherson <justin.mcpherson@nokia.com>2009-09-24 13:22:57 +1000
commit8a7a3d173d94cabc5bbfa2518f22849d1aa6f855 (patch)
treedb9082a45d66501fa03016fe05f603599b883501 /doc
parentfb50411e4c0c132631f8237933fbb0972fa4c9aa (diff)
AudioServices; Nicer examples.
Reviewed-by: Bill King
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/audioinput.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/audioinput.qdoc b/doc/src/examples/audioinput.qdoc
index 0b1b551fb2..ac44d75374 100644
--- a/doc/src/examples/audioinput.qdoc
+++ b/doc/src/examples/audioinput.qdoc
@@ -49,6 +49,6 @@
Qt provides the QAudioInput class to enable audio functionality within
a standard application user interface.
- This example uses a fast-fourier transform on the input audio from the microphone
+ This example calculates the maximum linear value of the input audio from the microphone
and displays the output.
*/