diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-08-10 10:39:07 +0100 |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-08-11 14:18:15 +0100 |
commit | 8adeb2742a701080c7e6568a6aca1f27079e1909 (patch) | |
tree | 767941fa7362f5d3de1e7496c927db784f802455 /doc/src/getting-started/demos.qdoc | |
parent | 32a54a21d77310f7bc1f306d175e41040d024a43 (diff) | |
download | qt4-tools-8adeb2742a701080c7e6568a6aca1f27079e1909.tar.gz |
Added documentation for Spectrum Analyzer demo
Task-number: QTBUG-12720
Reviewed-by: David Boddie
Diffstat (limited to 'doc/src/getting-started/demos.qdoc')
-rw-r--r-- | doc/src/getting-started/demos.qdoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/getting-started/demos.qdoc b/doc/src/getting-started/demos.qdoc index 94b19c39cb..4003988168 100644 --- a/doc/src/getting-started/demos.qdoc +++ b/doc/src/getting-started/demos.qdoc @@ -147,6 +147,15 @@ \note The Phonon demos are currently not available for the MinGW platform. + \section1 Multimedia + + \list + \o \l{demos/spectrum}{Spectrum Analyzer} demonstrates how the \l{QtMultimedia Module} + can be used to capture and play back an audio stream, at the same time allowing the + application to access the raw audio data. This application analyzes the audio stream + in order to display a frequency spectrum. + \endlist + \section1 Animation \list |