Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compilation fix for Metrowerks compiler | Gareth Stockwell | 2010-05-12 | 1 | -1/+1 |
| | | | | | | | | Compiler was failing to disambiguate the following overloads: pow(double, double) pow(float, float) Reviewed-by: mread | ||||
* | Add spectrum analyzer demo app | Gareth Stockwell | 2010-05-05 | 1 | -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 |