To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
The primary repository for this project is hosted at https://github.com/sonic-visualiser/sv-dependency-builds .
This repository is a read-only copy which is updated automatically every hour.
root / src / portaudio_20161030_catalina_patch / test / README.txt @ 164:9fa11135915a
History | View | Annotate | Download (1.49 KB)
| 1 |
TODO - This should be moved into a doxydoc page. |
|---|---|
| 2 |
|
| 3 |
For more information on the TestPlan please visit: |
| 4 |
|
| 5 |
http://www.portaudio.com/trac/wiki/TestPlan |
| 6 |
|
| 7 |
This directory contains various programs to test PortAudio. The files |
| 8 |
named patest_* are tests. |
| 9 |
|
| 10 |
All following tests are up to date with the V19 API. They should all compile |
| 11 |
(without any warnings on GCC 3.3). Note that this does not necessarily mean that |
| 12 |
the tests pass, just that they compile. |
| 13 |
|
| 14 |
x- paqa_devs.c |
| 15 |
x- paqa_errs.c (needs reviewing) |
| 16 |
x- patest1.c |
| 17 |
x- patest_buffer.c |
| 18 |
x- patest_callbackstop.c |
| 19 |
x- patest_clip.c (last test fails, dither doesn't currently force clip in V19) |
| 20 |
x- patest_dither.c |
| 21 |
x- patest_hang.c |
| 22 |
x- patest_latency.c |
| 23 |
x- patest_leftright.c |
| 24 |
x- patest_longsine.c |
| 25 |
x- patest_many.c |
| 26 |
x- patest_maxsines.c |
| 27 |
x- patest_mono.c |
| 28 |
x- patest_multi_sine.c |
| 29 |
x- patest_pink.c |
| 30 |
x- patest_prime.c |
| 31 |
x- patest_read_record.c |
| 32 |
x- patest_record.c |
| 33 |
x- patest_ringmix.c |
| 34 |
x- patest_saw.c |
| 35 |
x- patest_sine.c |
| 36 |
x- patest_sine8.c |
| 37 |
x- patest_sine_formats.c |
| 38 |
x- patest_sine_time.c |
| 39 |
x- patest_start_stop.c |
| 40 |
x- patest_stop.c |
| 41 |
x- patest_sync.c |
| 42 |
x- patest_toomanysines.c |
| 43 |
x- patest_two_rates.c |
| 44 |
x- patest_underflow.c |
| 45 |
x- patest_wire.c |
| 46 |
x- patest_write_sine.c |
| 47 |
x- pa_devs.c |
| 48 |
x- pa_fuzz.c |
| 49 |
x- pa_minlat.c |
| 50 |
|
| 51 |
Note that Phil Burk deleted the debug_* tests on 2/26/11. They were just hacked |
| 52 |
versions of old V18 tests. If we need to debug then we can just hack a working V19 test. |