summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-08-05 15:24:31 (GMT)
committerToby Tomkins <toby.tomkins@nokia.com>2010-08-08 11:08:44 (GMT)
commit8fa3600f7449a931c919e0896633b7188e6d20f2 (patch)
tree6a0eb842ceb6a14d16dacd5ea2121c5a7adca2a4
parentfa7a5664d6c0192f13a7877b131f10913a2bc018 (diff)
downloadQt-8fa3600f7449a931c919e0896633b7188e6d20f2.zip
Qt-8fa3600f7449a931c919e0896633b7188e6d20f2.tar.gz
Qt-8fa3600f7449a931c919e0896633b7188e6d20f2.tar.bz2
Adding a description for the Spectrum Analyzer demo. For QTBUG-12180
Reviewed by: David Boddie (cherry picked from commit 4bc408c6faade543c76fa0c7b8841ce72c239688)
-rw-r--r--doc/src/demos/spectrum.qdoc39
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/src/demos/spectrum.qdoc b/doc/src/demos/spectrum.qdoc
new file mode 100644
index 0000000..944f944
--- /dev/null
+++ b/doc/src/demos/spectrum.qdoc
@@ -0,0 +1,39 @@
+/****************************************************************************
+**
+** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial Usage
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in a
+** written agreement between you and Nokia.
+**
+** GNU Free Documentation License
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of this
+** file.
+**
+** If you have questions regarding the use of this file, please contact
+** Nokia at qt-info@nokia.com.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \example demos/spectrum
+ \title Spectrum Analyzer
+
+This application is a demo which uses the QtMultimedia APIs to capture and
+play back PCM audio. While either recording or playback is ongoing, the
+application performs real-time level and frequency spectrum analysis,
+displaying the results in its main window.
+
+
+*/
+