summaryrefslogtreecommitdiffstats
path: root/examples/audioinput/doc/src/audioinput.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/audioinput/doc/src/audioinput.qdoc')
-rw-r--r--examples/audioinput/doc/src/audioinput.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/audioinput/doc/src/audioinput.qdoc b/examples/audioinput/doc/src/audioinput.qdoc
index 0ce56d161..4fc7e6e64 100644
--- a/examples/audioinput/doc/src/audioinput.qdoc
+++ b/examples/audioinput/doc/src/audioinput.qdoc
@@ -30,7 +30,14 @@
\title Audio Input Example
\ingroup audio_examples
\brief The Audio Input Example shows the use of the QAudioInput class.
+ The example demonstrates the basic use cases of the QAudioInput class.
+ \image audioinput-example.png
+
+ Qt provides the QAudioInput class to enable audio functionality within
+ a standard application user interface.
+
+ This example calculates the maximum linear value of the input audio from the microphone and displays the output.
*/