summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/app/levelmeter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Fixed license headers in spectrum demoGareth Stockwell2010-05-251-27/+26
| | | | | Reviewed-by: Jason McDonald Task-number: QTBUG-10887
* Compilation fix for Metrowerks compilerGareth Stockwell2010-05-121-1/+1
| | | | | | | | Compiler was failing to disambiguate the following overloads: pow(double, double) pow(float, float) Reviewed-by: mread
* Add spectrum analyzer demo appGareth Stockwell2010-05-051-0/+143
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