diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2009-09-24 03:22:57 (GMT) |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2009-09-24 03:22:57 (GMT) |
commit | 8a7a3d173d94cabc5bbfa2518f22849d1aa6f855 (patch) | |
tree | db9082a45d66501fa03016fe05f603599b883501 /doc/src/examples/audioinput.qdoc | |
parent | fb50411e4c0c132631f8237933fbb0972fa4c9aa (diff) | |
download | Qt-8a7a3d173d94cabc5bbfa2518f22849d1aa6f855.zip Qt-8a7a3d173d94cabc5bbfa2518f22849d1aa6f855.tar.gz Qt-8a7a3d173d94cabc5bbfa2518f22849d1aa6f855.tar.bz2 |
AudioServices; Nicer examples.
Reviewed-by: Bill King
Diffstat (limited to 'doc/src/examples/audioinput.qdoc')
-rw-r--r-- | doc/src/examples/audioinput.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/audioinput.qdoc b/doc/src/examples/audioinput.qdoc index 0b1b551..ac44d75 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. */ |