summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QAudioFormat::channelConfig() constexprLars Knoll2022-05-031-1/+1
* Add API to retrieve the channel configurationLars Knoll2022-05-033-0/+10
* Align AudioChannelPosition sequence with FFmpeg and WMFPiotr Srebrny2022-05-031-4/+4
* Move the low level audio integration back into Qt MultimediaLars Knoll2022-04-292-2/+2
* Fix debug output for QAudioFormatLars Knoll2022-04-251-1/+1
* Add QAudioFormat::defaultChannelConfigForChannelCount()Lars Knoll2022-04-012-0/+46
* Doc: Replace \qmlbacsictype with \qmlvaluetypeJaishree Vyas2022-03-211-1/+2
* Make sure all private headers include at least one otherThiago Macieira2022-03-084-4/+8
* Avoid misleading error information, display proper loading errorPiotr Srebrny2022-02-142-2/+14
* Add missing #include <functional>Lars Knoll2022-02-092-0/+4
* Make the method usableLars Knoll2022-02-011-1/+1
* Docs: Fix any renaming warnings and enable doc CI test/ warning limitNicholas Bennett2022-01-171-1/+1
* Don't crash if system has no audio deviceDoris Verria2022-01-132-28/+54
* Docs: Fix some QML Properties listed as methodsNicholas Bennett2022-01-121-19/+13
* Docs: Remove reference to QAudioDevice::nearestFormatNicholas Bennett2022-01-111-4/+3
* Reintroduce a plugin architecture for multimedia backendsLars Knoll2022-01-113-4/+4
* Fix regression in QSoundEffect::play() on AndroidJarkko Koivikko2021-12-041-5/+5
* Disconnect QAudioOutput from capture session and player in destructorPiotr Srebrny2021-09-292-2/+19
* Disconnect QAudioInput from QCaptureMediaSession in destructorPiotr Srebrny2021-09-292-2/+20
* Doc: Clear remaining documentation warningsTopi Reinio2021-09-241-1/+1
* Fix the remaining qdoc warningsLars Knoll2021-09-224-11/+3
* Use \qmlbasictype to document value typesLars Knoll2021-09-221-1/+1
* Minor fixes to some QML sample codeLars Knoll2021-09-222-5/+5
* Disconnect signals before releasing reference to objectsPiotr Srebrny2021-09-221-2/+6
* QML API and doc fixesLars Knoll2021-09-221-1/+86
* Fix a potential division by zeroLars Knoll2021-09-211-1/+2
* Fix the MediaPlayer docsLars Knoll2021-09-212-111/+206
* Fix QSoundEffect::play()Lars Knoll2021-09-201-6/+9
* Fix reading of 24bps wav filesLars Knoll2021-09-202-21/+38
* Reset audio device to default when setting null devicePiotr Srebrny2021-09-182-26/+39
* QAudioDecoder: Re-add API for setting desired audio formatDoris Verria2021-08-252-0/+56
* Docs: Remove superfluous or incorrect contentNicholas Bennett2021-08-241-2/+2
* Doc: Fix small spelling mistakes, incorrect QAudioOutput referencesNicholas Bennett2021-08-203-41/+51
* Fix link errors Qt MultimediaNico Vertriest2021-08-174-119/+16
* Doc: Fix Qt Multimedia Documentation Part 2Nicholas Bennett2021-08-114-24/+37
* Doc: Fix Qt Multimedia Documentation Part 3Nicholas Bennett2021-08-101-3/+3
* Doc: Part 1 Fix Qt Multimedia documentation issuesTopi Reinio2021-07-095-150/+64
* Adjust API of QAudio::convertVolume() to use floatsLars Knoll2021-07-092-18/+16
* Clean up file format and audio profile handlingLars Knoll2021-06-253-2/+6