summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/app/engine.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-271-28/+28
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/spectrum/app/engine.h demos/spectrum/app/mainwidget.h demos/spectrum/app/settingsdialog.h demos/spectrum/app/spectrograph.h demos/spectrum/app/spectrumanalyser.h demos/spectrum/app/tonegenerator.h demos/spectrum/app/tonegeneratordialog.h demos/spectrum/app/utils.h demos/spectrum/app/waveform.h tests/auto/qtextcodec/tst_qtextcodec.cpp
| * Build fix for spectrum demo when -qtnamespace is usedGareth Stockwell2010-05-251-3/+4
| | | | | | | | | | 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
* | Examples: Fix compilation with namespace.ck2010-05-201-1/+4
|/
* 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/+309
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