| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
|
| |
Task-number: QTBUG-10964
Reviewed-by: Miikka Heikkinen
|
|
|
|
|
| |
Task-number: QTBUG-10881
Reviewed-by: Liang Qi
|
|
|
|
|
| |
Reviewed-by: Jason McDonald
Task-number: QTBUG-10887
|
|
|
|
|
| |
Task-number: QTBUG-10880
Reviewed-by: Thomas Zander
|
|
|
|
|
| |
Task-number: QTBUG-10879
Reviewed-by: Thomas Zander
|
|
|
|
|
|
|
|
| |
Compiler was failing to disambiguate the following overloads:
pow(double, double)
pow(float, float)
Reviewed-by: mread
|
|
|
|
|
|
|
|
| |
- Added /3rdparty/ to directory path for FFTReal code
- Added missing $QT_BEGIN_LICENSE$, $QT_END_LICENSE$
- Fixed incorrect license in app/wavfile.cpp
Reviewed-by: trustme
|
|
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
|