annotate src/portaudio/test/README.txt @ 93:5fcdb63f4cc6

Add sord, serd
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 20 Mar 2013 15:23:43 +0000
parents 8a15ff55d9af
children
rev   line source
cannam@89 1 TODO - This should be moved into a doxydoc page.
cannam@89 2
cannam@89 3 For more information on the TestPlan please visit:
cannam@89 4
cannam@89 5 http://www.portaudio.com/trac/wiki/TestPlan
cannam@89 6
cannam@89 7 This directory contains various programs to test PortAudio. The files
cannam@89 8 named patest_* are tests.
cannam@89 9
cannam@89 10 All following tests are up to date with the V19 API. They should all compile
cannam@89 11 (without any warnings on GCC 3.3). Note that this does not necessarily mean that
cannam@89 12 the tests pass, just that they compile.
cannam@89 13
cannam@89 14 x- paqa_devs.c
cannam@89 15 x- paqa_errs.c (needs reviewing)
cannam@89 16 x- patest1.c
cannam@89 17 x- patest_buffer.c
cannam@89 18 x- patest_callbackstop.c
cannam@89 19 x- patest_clip.c (last test fails, dither doesn't currently force clip in V19)
cannam@89 20 x- patest_dither.c
cannam@89 21 x- patest_hang.c
cannam@89 22 x- patest_latency.c
cannam@89 23 x- patest_leftright.c
cannam@89 24 x- patest_longsine.c
cannam@89 25 x- patest_many.c
cannam@89 26 x- patest_maxsines.c
cannam@89 27 x- patest_mono.c
cannam@89 28 x- patest_multi_sine.c
cannam@89 29 x- patest_pink.c
cannam@89 30 x- patest_prime.c
cannam@89 31 x- patest_read_record.c
cannam@89 32 x- patest_record.c
cannam@89 33 x- patest_ringmix.c
cannam@89 34 x- patest_saw.c
cannam@89 35 x- patest_sine.c
cannam@89 36 x- patest_sine8.c
cannam@89 37 x- patest_sine_formats.c
cannam@89 38 x- patest_sine_time.c
cannam@89 39 x- patest_start_stop.c
cannam@89 40 x- patest_stop.c
cannam@89 41 x- patest_sync.c
cannam@89 42 x- patest_toomanysines.c
cannam@89 43 x- patest_two_rates.c
cannam@89 44 x- patest_underflow.c
cannam@89 45 x- patest_wire.c
cannam@89 46 x- patest_write_sine.c
cannam@89 47 x- pa_devs.c
cannam@89 48 x- pa_fuzz.c
cannam@89 49 x- pa_minlat.c
cannam@89 50
cannam@89 51 Note that Phil Burk deleted the debug_* tests on 2/26/11. They were just hacked
cannam@89 52 versions of old V18 tests. If we need to debug then we can just hack a working V19 test.