summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Audio/testcase
Commit message (Expand)AuthorAgeFilesLines
* Audio/ValKit: Added a simple testcase for ATS (Audio Test Service). bugref:10008vboxsync2021-06-212-0/+140
* Audio: Made PDMAUDIOVOLUME multichannel. bugref:9890vboxsync2021-06-171-6/+2
* tstAudioMixBuffer: Converted tstVolume to new mixer buffer interface. bugref:...vboxsync2021-05-301-93/+76
* AudioMixBuffer,tstAudioMixBuffer: Fixed copy&paste bug in audioMixBufBlendBuf...vboxsync2021-05-301-2/+0
* tstAudioMixbuffer: build fix. bugref:9890vboxsync2021-05-291-1/+1
* AudioMixBuffer,tstAudioMixBuffer: Added more conversion tests and fixed a cou...vboxsync2021-05-291-328/+222
* AudioMixer: More cleanups. bugref:9890vboxsync2021-05-281-2/+2
* Audio: Replaced AudioMixBufLive with AudioMixBufUsed (without child buffers t...vboxsync2021-05-281-2/+2
* AudioMixBuffer: cleanups. bugref:9890vboxsync2021-05-281-1/+1
* AudioMixer: Removed AudioMixBufReset and AudioMixBufClear in favor of AudioMi...vboxsync2021-05-281-1/+1
* AudioMixer: Removed AudioMixBufAcquireReadBlock, AudioMixBufReleaseReadBlock ...vboxsync2021-05-281-15/+23
* AudioMixer: Removed AudioMixBufWriteCirc. bugref:9890vboxsync2021-05-281-3/+11
* AudioMixer: Removed AudioMixBufWriteAt, eliminated last non-testcase AudioMix...vboxsync2021-05-281-32/+36
* AudioMixBuffer: Removed buffer linking and other unnecessary stuff. bugref:9890vboxsync2021-05-281-4/+16
* Audio/VaKit: Initial commit of VKAT, heavily work in progress. bugref:10008vboxsync2021-05-071-0/+1
* Audio: Eliminated the DrvAudio mixing buffers for output streams on devices w...vboxsync2021-04-091-0/+112
* Audio: Trimmed down PDMAUDIOSTREAM a lot by moving non-essential stuff into a...vboxsync2021-04-041-12/+12
* tstAudioMixBuffer: Windows build fix. bugref:9890vboxsync2021-03-291-0/+1
* tstAudioMixBuffer: Test downsampling. bugref:9890vboxsync2021-03-291-10/+114
* Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper function or t...vboxsync2021-03-241-27/+15
* Audio: Renamed DrvAudioCommon.* to AudioHlp.*, changing functions from DrvAud...vboxsync2021-03-222-14/+14
* Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h structu...vboxsync2021-03-221-1/+1
* Audio,DevHDA: Made PDMAUDIOPCMPROPS_F2B and PDMAUDIOPCMPROPS_B2F work for 5.1...vboxsync2021-03-121-59/+59
* Audio: Moving some of the DrvAudio.h stuff into PDM - VBox/vmm/pdmaudioinline...vboxsync2021-03-081-0/+1
* Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890vboxsync2021-03-081-46/+46
* Audio: DrvAudioHlpPCMPropsAreValid -> DrvAudioHlpPcmPropsAreValid; todos. bug...vboxsync2021-03-081-9/+15
* Audio: DrvAudioHlpPCMPropsBytesPerFrame -> DrvAudioHlpBytesPerFrame as it's r...vboxsync2021-03-081-0/+7
* Audio: Switched parameters for DrvAudioHlpBytesToFrames. bugref:9890vboxsync2021-03-081-6/+3
* Audio: DrvAudioHlpBytesAlign -> DrvAudioHlpFloorBytesToFrame as it isn't doin...vboxsync2021-03-081-11/+9
* Audio: DrvAudioHlpBytesIsAligned -> DrvAudioHlpIsBytesAligned; switched param...vboxsync2021-03-081-0/+19
* Audio: DrvAudioHlpCalcBitrate -> DrvAudioHlpGetBitrate. bugref:9098vboxsync2021-03-081-0/+3
* Audio: Swapped parameters for DrvAudioHlpNanoToFrames, DrvAudioHlpMilliToFram...vboxsync2021-03-081-1/+11
* Audio: Fixed the 16-bit and 32-bit signed cases of DrvAudioHlpClearBuf. Also,...vboxsync2021-03-081-2/+71
* Audio: Converted DrvAudioHlpFramesToNano and DrvAudioHlpFramesToMilli to use ...vboxsync2021-03-071-4/+6
* Audio: Switched DrvAudioHlpFramesToBytes parameters. bugref:9890vboxsync2021-03-071-2/+2
* Audio: Switched DrvAudioHlpFramesToMilli parameters. bugref:9890vboxsync2021-03-071-2/+2
* Audio: Switched DrvAudioHlpFramesToNano parameters. bugref:9890vboxsync2021-03-071-1/+1
* Audio: Switched DrvAudioHlpBytesToMilli parameters. bugref:9890vboxsync2021-03-071-1/+7
* Audio: Fixed broken DrvAudioHlpBytesToNano and DrvAudioHlpBytesToMicro implem...vboxsync2021-03-071-17/+45
* Audio/testcase: Added initial tstAudioClient3 to manually report, verify and ...vboxsync2021-02-231-1/+1
* Audio/testcase: Added initial tstAudioClient3 to manually report, verify and ...vboxsync2021-02-232-1/+116
* Copyright year updates by scm.vboxsync2020-02-042-2/+2
* scm --update-copyright-yearvboxsync2019-01-012-2/+2
* scm --fix-err-h src/ (bugref:9344)vboxsync2018-12-251-1/+1
* Audio/testcases: Fixed tstAudioMixBuffer.vboxsync2018-08-071-26/+26
* DevIchAc97: Alignment fixing.vboxsync2018-04-091-27/+18
* Audio: Renamed AudioMixBufReadCirc[Ex] -> AudioMixBufAcquireReadBlock[Ex] and...vboxsync2018-02-061-8/+15
* (C) yearvboxsync2017-10-171-1/+1
* Audio: Renamed audio samples to audio frame because that's what they really a...vboxsync2017-07-271-139/+138
* Audio: vmm/pdmaudioifs.h: Shuffle parameters around in PDMAUDIOPCMPROPS (test...vboxsync2017-06-291-9/+9