summaryrefslogtreecommitdiff
path: root/examples/audioinput
diff options
context:
space:
mode:
Diffstat (limited to 'examples/audioinput')
-rw-r--r--examples/audioinput/doc/images/audioinput-example.pngbin0 -> 10383 bytes
-rw-r--r--examples/audioinput/doc/src/audioinput.qdoc7
2 files changed, 7 insertions, 0 deletions
diff --git a/examples/audioinput/doc/images/audioinput-example.png b/examples/audioinput/doc/images/audioinput-example.png
new file mode 100644
index 000000000..fb703e68c
--- /dev/null
+++ b/examples/audioinput/doc/images/audioinput-example.png
Binary files differ
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.
*/