summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qsoundeffect.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSoundEffect: convert QSoundEffectPrivate to virtual base classTim Blechmann5 days1-383/+50
* tests: make QSampleCache Q_APPLICATION_STATICTim Blechmann12 days1-1/+2
* QMaybe: remove unused headerTim Blechmann14 days1-1/+0
* QSampleCache: replace QWaveDecoder with dr_wavTim Blechmann2025-06-121-4/+12
* QSampleCache: Rework sample loadingTim Blechmann2025-06-121-15/+7
* QSampleCache: use promises to simplify object connectionsTim Blechmann2025-06-051-43/+34
* Windows: rework warmup clientTim Blechmann2025-04-101-3/+9
* QAudioSink: introduce private API to set platform-specific endpoint rolesTim Blechmann2025-04-031-9/+14
* QSoundEffect/FFmpeg: unity builds with gccTim Blechmann2025-03-101-18/+12
* doc: Update types of QML properties to QML typesDavid Boddie2025-01-171-1/+1
* Rename QPlatformMediaDevices => QPlatformAudioDevicesArtem Dyomin2025-01-131-2/+2
* QSoundEffect: reset() instead of stop() sinkTim Blechmann2025-01-131-1/+1
* Remove redundant condition check in readDataTian Shilin2024-11-131-1/+1
* QSoundEffect: Recreate QAudioSink when setting a new QAudioDeviceLars Sutterud2024-11-101-47/+82
* Reset QSoundEffect's audio buffer when changing sourceJøger Hansegård2024-10-301-1/+2
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* QSoundEffect: fix race condition in handlersTim Blechmann2024-08-121-6/+12
* Use new macro for declaring static logging categoriesUlf Hermann2024-06-141-1/+1
* QSoundEffect: fix memory corruptionTim Blechmann2024-06-041-2/+1
* Tie Qt Multimedia backend lifetime to Qt Application lifetimeJøger Hansegård2024-03-281-0/+9
* Simplify lifetime management of QPlatformAudioResamplerJøger Hansegård2024-03-081-7/+7
* Play entire sound with resampled data in QSoundEffectJøger Hansegård2024-02-281-3/+4
* Move ownership of media devices to platform media integrationJøger Hansegård2024-02-281-1/+1
* Rename QAudio namespace to QtAudioVolker Hilsheimer2024-02-201-2/+2
* Implement audio resampling in QSoundEffectArtem Dyomin2024-01-231-3/+35
* Minor cleanup in QSoundEffectArtem Dyomin2024-01-191-41/+57
* Add audio engine warm-up on WindowsPavel Dubsky2023-05-301-0/+3
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-181-1/+1
* Fix -Wclazy-incorrect-emitTasuku Suzuki2023-01-111-1/+1
* Doc: Fix qdoc warnings for undocumented members in QAudio*Venugopal Shivashankar2022-09-291-0/+5
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Fix regression in QSoundEffect::play() on AndroidJarkko Koivikko2021-12-041-5/+5
* Fix QSoundEffect::play()Lars Knoll2021-09-201-6/+9
* Docs: Remove superfluous or incorrect contentNicholas Bennett2021-08-241-2/+2
* Doc: Fix Qt Multimedia Documentation Part 3Nicholas Bennett2021-08-101-3/+3
* Doc: Part 1 Fix Qt Multimedia documentation issuesTopi Reinio2021-07-091-54/+0
* Add a QAudioDevice property to QSoundEffectLars Knoll2021-06-161-0/+14
* The volume property should use floatLars Knoll2021-06-161-4/+4
* Get rid of QAudio::RoleLars Knoll2021-06-161-43/+0
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-081-7/+7
* Rename QAudioOutput to QAudioSinkLars Knoll2021-06-041-5/+5
* Fix crash in qsoundeffect autotest on WindowsLars Knoll2021-05-261-2/+0
* Fix the QSoundEffect autotest on gstreamerLars Knoll2021-05-171-7/+11
* Fix an occasional assertion in QSoundEffectLars Knoll2021-05-141-1/+6
* Change QSoundEffect::category() to role()Lars Knoll2021-05-141-13/+13
* Rename QMediaDeviceManager to QMediaDevicesVolker Hilsheimer2021-05-071-2/+2
* Fix a bug that would lead to interruped audio playbackLars Knoll2021-05-071-0/+2
* Fix bugs in QSoundEffectLars Knoll2021-05-071-29/+22
* Modernize code baseLars Knoll2021-03-021-1/+1
* Remove the static methods from QAudioDeviceInfoLars Knoll2021-01-221-2/+3