summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/app/spectrumanalyser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed license headers in spectrum demoGareth Stockwell2010-05-251-27/+26
| | | | | Reviewed-by: Jason McDonald Task-number: QTBUG-10887
* Add spectrum analyzer demo appGareth Stockwell2010-05-051-0/+280
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