summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/spectrum
Commit message (Expand)AuthorAgeFilesLines
* Replace `QString` with `QStringLiteral` when wrapping a string literalTim Blechmann2024-04-083-4/+4
* Correct license for example and snippet filesLucie Gérard2024-03-261-1/+1
* Doc: Create separate 'Graphics', 'Multimedia' example categoriesJaishree Vyas2024-01-161-1/+1
* Doc: Add \examplecategory for Qt MultimediaVenugopal Shivashankar2023-07-211-0/+1
* Fix the spectrum example build with QMake on AndroidVille Voutilainen2023-06-051-1/+2
* spectrum example: make permissions work on macOSVolker Hilsheimer2023-04-112-0/+44
* Remove an unused variableAmir Masoud Abdol2023-04-062-2/+0
* Adjust multimedia examples to use new QPermission APIIvan Solovev2023-02-082-6/+30
* Include moc_*.cpp files in QtMM examplesArtem Dyomin2022-12-139-0/+18
* Replace qExchange with std::exchangeMarc Mutz2022-10-061-1/+1
* Examples: C++ style cleanupKai Köhne2022-09-0726-645/+612
* Examples: Add missing emit keywordKai Köhne2022-09-051-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-2427-1300/+54
* Split spatial audio out into a lib of its ownLars Knoll2022-06-161-1/+1
* Improve examples CMakeLists.txtKai Köhne2022-02-172-7/+3
* Android: Fix for crashes issue of the Spectrum examplePekka Gehör2021-11-094-5/+51
* Q_DECLARE_METATYPE(WindowFunction) in spectrum exampleAssam Boudjelthia2021-10-111-0/+1
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Restore qmake project files for examplesJoerg Bornemann2021-08-064-0/+157
* Simplify and fix spectrum build structureKai Köhne2021-08-0235-177/+79
* Clean up file format and audio profile handlingLars Knoll2021-06-251-0/+6
* Move the QAudio::Mode enum inside QAudioDeviceLars Knoll2021-06-164-22/+22
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-085-25/+25
* Rename QAudioOutput to QAudioSinkLars Knoll2021-06-042-5/+5
* Rename QAudioInput to QAudioSourceLars Knoll2021-06-042-5/+5
* CMake: Remove usage of old compatibility CMake APIAlexandru Croitor2021-05-271-3/+3
* Fix recording error in spectrum exampleDoris Verria2021-05-191-0/+5
* Replace category in QAudioOutput with an audio roleLars Knoll2021-05-072-13/+0
* Rename QMediaDeviceManager to QMediaDevicesVolker Hilsheimer2021-05-072-7/+7
* Fix compilation on LinuxLars Knoll2021-05-071-1/+1
* QAudioDeviceInfo: drop Range type, simplify APIVolker Hilsheimer2021-05-071-15/+10
* CMake: use correct targetSamuli Piippo2021-05-061-1/+1
* Move handling of QAudioInput/Output::processedUSecs() to the frontendLars Knoll2021-04-301-4/+2
* CMake: deploy libfftrealSamuli Piippo2021-04-241-0/+14
* Remove qmake files from the repositoryLars Knoll2021-04-234-195/+0
* Make QMediaDeviceManager available to QMLLars Knoll2021-04-191-1/+1
* Remove the notifyInterval() functionalityLars Knoll2021-04-082-6/+10
* Modernize code baseLars Knoll2021-03-028-31/+8
* Remove manual metatype declarations and registrationsLars Knoll2021-03-021-2/+0
* Unify support for .wav files into one public classDoris Verria2021-02-096-266/+25
* Cleanup QAudioFormat and friendsLars Knoll2021-02-097-118/+65
* Remove codec property from QAudioFormat and relatedLars Knoll2021-01-293-49/+36
* Fix some compiler warningsLars Knoll2021-01-292-21/+14
* Add find modules for 3rd party libraries and fix CMake filesDoris Verria2021-01-282-3/+3
* Remove the static methods from QAudioDeviceInfoLars Knoll2021-01-222-6/+7
* Add a QMediaDeviceInfo class to enumerate input/output devicesLars Knoll2021-01-222-4/+4
* audio/pcm is not a valid mimetypeLars Knoll2021-01-223-4/+4
* Coding style cleanupsLars Knoll2021-01-211-4/+3