Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spectrum build: fixed DLL rpath | Gareth Stockwell | 2010-07-06 | 1 | -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 McDonald | 2010-05-28 | 1 | -0/+41 |
| | | | | Reviewed-by: Trust Me | ||||
* | Add spectrum analyzer demo app | Gareth Stockwell | 2010-05-05 | 1 | -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 |