~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/portaudio-v19/test/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This directory contains various programs to test PortAudio. The files 
2
 
named patest_* are tests, the files named debug_* are just scratch 
3
 
files that may or may not work.
4
 
 
5
 
All following tests are up to date with the V19 API. They should all compile
6
 
(without any warnings on GCC 3.3). Note that this does not necissarily mean that 
7
 
the tests pass, just that they compile.
8
 
 
9
 
    x- paqa_devs.c 
10
 
    x- paqa_errs.c   (needs reviewing)
11
 
    x- patest1.c
12
 
    x- patest_buffer.c
13
 
    x- patest_callbackstop.c
14
 
    x- patest_clip.c (last test fails, dither doesn't currently force clip in V19)
15
 
    x- patest_dither.c
16
 
    x- patest_hang.c
17
 
    x- patest_latency.c
18
 
    x- patest_leftright.c
19
 
    x- patest_longsine.c
20
 
    x- patest_many.c
21
 
    x- patest_maxsines.c
22
 
        o- patest_mono.c
23
 
    x- patest_multi_sine.c
24
 
    x- patest_pink.c
25
 
    x- patest_prime.c
26
 
    x- patest_read_record.c
27
 
    x- patest_record.c
28
 
    x- patest_ringmix.c
29
 
    x- patest_saw.c
30
 
    x- patest_sine.c
31
 
    x- patest_sine8.c
32
 
    x- patest_sine_formats.c
33
 
    x- patest_sine_time.c
34
 
    x- patest_start_stop.c
35
 
    x- patest_stop.c
36
 
    x- patest_sync.c
37
 
    x- patest_toomanysines.c
38
 
        o- patest_two_rates.c
39
 
    x- patest_underflow.c
40
 
    x- patest_wire.c
41
 
    x- patest_write_sine.c
42
 
    x- pa_devs.c
43
 
    x- pa_fuzz.c
44
 
    x- pa_minlat.c
45
 
 
46
 
The debug_ files are still in V18 format and may need some V19 adaption.
47
 
Feel free to fix them, most simply require adjusting to the new API.
48
 
 
49
 
o- pa_tests/debug_convert.c
50
 
o- pa_tests/debug_dither_calc.c
51
 
o- pa_tests/debug_dual.c
52
 
o- pa_tests/debug_multi_in.c
53
 
o- pa_tests/debug_multi_out.c
54
 
o- pa_tests/debug_record.c
55
 
o- pa_tests/debug_record_reuse.c
56
 
o- pa_tests/debug_sine.c
57
 
o- pa_tests/debug_sine_amp.c
58
 
o- pa_tests/debug_sine_formats.c
59
 
o- pa_tests/debug_srate.c
60
 
o- pa_tests/debug_test1.c