diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-06 09:53:39 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-06 09:53:39 (GMT) |
commit | 8ab470b140a633eaa7b4c72165e40c9a685c6d3a (patch) | |
tree | 7cfd65975cfc8c782733a9c973d7eea50891382e /doc/src | |
parent | a273f6fb0b2410da772e7759125f955da9a5e19c (diff) | |
parent | e4acfde1ecfa6d4ae4e8d093e20e085a4b8d8c44 (diff) | |
download | Qt-8ab470b140a633eaa7b4c72165e40c9a685c6d3a.zip Qt-8ab470b140a633eaa7b4c72165e40c9a685c6d3a.tar.gz Qt-8ab470b140a633eaa7b4c72165e40c9a685c6d3a.tar.bz2 |
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/demos/spectrum.qdoc | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/src/demos/spectrum.qdoc b/doc/src/demos/spectrum.qdoc new file mode 100644 index 0000000..b720ce1 --- /dev/null +++ b/doc/src/demos/spectrum.qdoc @@ -0,0 +1,35 @@ +/**************************************************************************** +** +** 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. +*/ |