summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* Add missing implementation for QWaveDecoder::setIODeviceDoris Verria11 days1-0/+4
* QAudioDecoder: fix unit tests for GStreamerTim Blechmann2024-04-173-38/+107
* Fix ABI breakage wrt QAudioSink/Source::stateChanged signalsVolker Hilsheimer2024-04-056-24/+26
* Tie Qt Multimedia backend lifetime to Qt Application lifetimeJøger Hansegård2024-03-281-0/+9
* Get SPDX license tag on one line onlyLucie Gérard2024-03-262-4/+2
* 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-283-3/+3
* Fix QWaveDecoder handling of padding bytes in RIFF chunksJøger Hansegård2024-02-272-3/+11
* Set correct sample rate and channel count with big endian WAV dataJøger Hansegård2024-02-271-2/+2
* Rename QAudio namespace to QtAudioVolker Hilsheimer2024-02-2015-65/+109
* Implement audio resampling in QSoundEffectArtem Dyomin2024-01-231-3/+35
* Minor cleanup in QSoundEffectArtem Dyomin2024-01-191-41/+57
* Doc: fix documentation of QAudioFormat::UInt8Volker Hilsheimer2023-11-271-1/+1
* Doc: Fix template information for QAudioBuffer membersLuca Di Sera2023-11-181-16/+14
* Improve and prettify logic and usage of QAudioStateMachineArtem Dyomin2023-09-183-166/+113
* Doc: Add code snippet for stopping audio outputAndreas Eliasson2023-09-151-1/+1
* Move some logic of QAudioStateMachine to AudioStateMachineUtilsArtem Dyomin2023-09-133-52/+74
* Rename StateChangeGuard -> NotifierArtem Dyomin2023-09-122-33/+30
* Fix unity build on WindowsVolker Hilsheimer2023-07-181-3/+1
* Fix clang-tidy warning with noexcept move constructorArtem Dyomin2023-07-171-1/+1
* Refactor DarwinAudioSink and PulseAudioSink and run CI testArtem Dyomin2023-07-144-15/+448
* Apply state check filter in QAudioSourceArtem Dyomin2023-06-221-2/+8
* Handle devices changing in PulseAudioSinkArtem Dyomin2023-06-211-1/+13
* Multimedia: Fix compiler warning warning C4723: potential divide by 0Jøger Hansegård2023-06-011-5/+6
* Fix QAudioSink::stateChanged signal emittingArtem Dyomin2023-05-311-1/+6
* Fix inaccuracy in QAudioSink documentationArtem Dyomin2023-05-301-2/+3
* Add audio engine warm-up on WindowsPavel Dubsky2023-05-302-1/+9
* docs: update warning note about QAudioDecoder::setAudioFormat()Nicholas Bennett2023-05-171-1/+2
* QSampleCache: Wait for load thread to finish before restarting itMikolaj Boc2023-04-161-1/+5
* Fix behavior of QAudioSink::resume in push modeVolker Hilsheimer2023-02-061-4/+3
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-182-2/+2
* Fix -Wclazy-incorrect-emitTasuku Suzuki2023-01-111-1/+1
* Include moc_*.cpp files in main QtMM codeArtem Dyomin2022-12-133-3/+24
* Map 0 channels to ChannelConfigUnknownPiotr Srebrny2022-12-021-0/+3
* Fix see-also syntax, silence qdoc warningVolker Hilsheimer2022-11-301-1/+1
* Add parent-child relationship on audio sources and sinksPiotr Srebrny2022-11-103-2/+4
* Add audio listeners for macOS and cleanup codeArtem Dyomin2022-11-071-1/+1
* Fix redundant warning output on macOSArtem Dyomin2022-11-031-1/+1
* Doc: Fix qdoc warnings for undocumented members in QAudio*Venugopal Shivashankar2022-09-299-60/+160
* Doc: Fix various issues in Qt Multimedia documentationTopi Reinio2022-09-281-1/+1
* Update module headers to work with syncqt cppAlexey Edelev2022-09-261-0/+4
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-264-46/+42
* wasm: fix QSoundEffect playingLorn Potter2022-08-111-0/+14
* QAudioHelpers: fix C++20 -Werror,-Wdeprecated-enum-float-conversionMarc Mutz2022-06-301-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-2428-1064/+56
* Remove docs for internal APIsLars Knoll2022-06-161-255/+0
* Fix the data to decode ambisonic to surround speaker arraysLars Knoll2022-05-312-0/+4
* QtMultimedia: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-112-2/+2
* Retrieve channel configuration on macOSLars Knoll2022-05-051-0/+1