summaryrefslogtreecommitdiff
path: root/test/testaudiocapture.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed log message in audio capture test program.Philipp Wiesemann2016-08-301-1/+1
* testaudiocapture: ask for way more output samples.Ryan C. Gordon2016-08-121-1/+1
* testaudiocapture: open capture device to same spec as output device.Ryan C. Gordon2016-08-091-13/+24
* testaudiocapture: use capture device buffer queueing, for better test coverage.Ryan C. Gordon2016-08-061-8/+13
* testaudiocapture: don't use fullscreen for the window.Ryan C. Gordon2016-08-061-1/+1
* testaudiocapture: made test app interactive.Ryan C. Gordon2016-08-031-85/+38
* testaudiocapture: Make a simple green/red window when recording/playing.Ryan C. Gordon2016-08-021-2/+22
* testaudiocapture: Let specific devices be opened.Ryan C. Gordon2016-08-021-1/+16
* audio: Initial bits to enable audio capture support.Ryan C. Gordon2016-08-011-0/+161