summaryrefslogtreecommitdiffstats
path: root/tests/auto/qaudioinput
Commit message (Collapse)AuthorAgeFilesLines
* Update audio unit tests with clock() range checking.Kurt Korbatits2009-10-231-1/+1
| | | | | | -Check to make sure clock() return is in microseconds. Reviewed-by:Justin McPherson
* Fixed logic in clock() function of audio class's.Kurt Korbatits2009-10-021-0/+3
| | | | | | | - clock() should return valid value except in stop state, return 0. - Added clock() function testing to unit tests. Reviewed-by:Justin McPherson
* Improved audio unit testsKurt Korbatits2009-09-281-1/+33
| | | | | | Added more checking in each step of the playback or recording tests. Reviewed-by:Justin McPherson
* AudioService API changes; QString->const QString&, remove QAudioDeviceId use ↵Justin McPherson2009-09-241-1/+1
| | | | | | QAudioDeviceInfo. Reviewed-by: Bill King
* tests/auto/qaudioinput deployment rules fixed for Windows CEJoerg Bornemann2009-09-231-2/+10
| | | | Reviewed-by: TrustMe
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Fixed audio auto tests.Kurt Korbatits2009-08-141-22/+39
| | | | | | Handle platforms that don't have backends. Reviewed-by: Bill King
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Merge AudioServices into mainline.Justin McPherson2009-08-052-0/+127