summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/app/spectrumanalyser.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Build fix for spectrum demo when -qtnamespace is usedGareth Stockwell2010-05-251-2/+3
| | | | | Task-number: QTBUG-10881 Reviewed-by: Liang Qi
* Fixed license headers in spectrum demoGareth Stockwell2010-05-251-22/+25
| | | | | Reviewed-by: Jason McDonald Task-number: QTBUG-10887
* Corrected headers for spectrum analyzer demoGareth Stockwell2010-05-061-0/+2
| | | | | | | | - Added /3rdparty/ to directory path for FFTReal code - Added missing $QT_BEGIN_LICENSE$, $QT_END_LICENSE$ - Fixed incorrect license in app/wavfile.cpp Reviewed-by: trustme
* Add spectrum analyzer demo appGareth Stockwell2010-05-051-0/+188
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. Reviewed-by: Alessandro Portale