summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/app/spectrum.sh
Commit message (Collapse)AuthorAgeFilesLines
* Spectrum build: fixed DLL rpathGareth Stockwell2010-07-061-50/+0
| | | | | | | | | | Rather than explicitly modifying LD_LIBRARY_PATH using a shell script when the application is launched, the relative path from the application binary to the FFT library is encoded in the application using an --rpath flag. Task-number: QTBUG-11756 Reviewed-by: Andy Shaw
* Add missing license header.Jason McDonald2010-05-281-0/+41
| | | | Reviewed-by: Trust Me
* Add spectrum analyzer demo appGareth Stockwell2010-05-051-0/+9
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