summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/app/app.pro
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary PlatSec capabilities from spectrum demo DLLGareth Stockwell2010-05-261-1/+1
| | | | | Task-number: QTBUG-10964 Reviewed-by: Miikka Heikkinen
* Install source for spectrum demoGareth Stockwell2010-05-211-0/+7
| | | | | Task-number: QTBUG-10880 Reviewed-by: Thomas Zander
* Fixed path for copying launcher script for spectrum demoGareth Stockwell2010-05-211-1/+1
| | | | | Task-number: QTBUG-10879 Reviewed-by: Thomas Zander
* Corrected headers for spectrum analyzer demoGareth Stockwell2010-05-061-3/+5
| | | | | | | | - 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/+119
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