mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-03 16:01:18 -05:00
39f88b793d
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@249 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 |
||
---|---|---|
.. | ||
debug_convert.c | ||
debug_dither_calc.c | ||
debug_dual.c | ||
debug_multi_in.c | ||
debug_multi_out.c | ||
debug_record_reuse.c | ||
debug_record.c | ||
debug_sine_amp.c | ||
debug_sine_formats.c | ||
debug_sine.c | ||
debug_srate.c | ||
debug_test1.c | ||
pa_devs.c | ||
pa_fuzz.c | ||
pa_minlat.c | ||
paqa_devs.c | ||
paqa_errs.c | ||
patest1.c | ||
patest_buffer.c | ||
patest_callbackstop.c | ||
patest_clip.c | ||
patest_dither.c | ||
patest_hang.c | ||
patest_in_overflow.c | ||
patest_latency.c | ||
patest_leftright.c | ||
patest_longsine.c | ||
patest_many.c | ||
patest_maxsines.c | ||
patest_mono_asio_channel_select.c | ||
patest_mono.c | ||
patest_multi_sine.c | ||
patest_out_underflow.c | ||
patest_pink.c | ||
patest_prime.c | ||
patest_read_record.c | ||
patest_read_write_wire.c | ||
patest_record.c | ||
patest_ringmix.c | ||
patest_saw.c | ||
patest_sine8.c | ||
patest_sine_formats.c | ||
patest_sine_time.c | ||
patest_sine.c | ||
patest_start_stop.c | ||
patest_stop_playout.c | ||
patest_stop.c | ||
patest_sync.c | ||
patest_timing.c | ||
patest_toomanysines.c | ||
patest_two_rates.c | ||
patest_underflow.c | ||
patest_wire.c | ||
patest_write_sine.c | ||
patest_write_stop.c | ||
README.txt |
This directory contains various programs to test PortAudio. The files named patest_* are tests, the files named debug_* are just scratch files that may or may not work. All following tests are up to date with the V19 API. They should all compile (without any warnings on GCC 3.3). Note that this does not necissarily mean that the tests pass, just that they compile. x- paqa_devs.c x- paqa_errs.c (needs reviewing) x- patest1.c x- patest_buffer.c x- patest_callbackstop.c x- patest_clip.c (last test fails, dither doesn't currently force clip in V19) x- patest_dither.c x- patest_hang.c x- patest_latency.c x- patest_leftright.c x- patest_longsine.c x- patest_many.c x- patest_maxsines.c o- patest_mono.c x- patest_multi_sine.c x- patest_pink.c x- patest_prime.c x- patest_read_record.c x- patest_record.c x- patest_ringmix.c x- patest_saw.c x- patest_sine.c x- patest_sine8.c x- patest_sine_formats.c x- patest_sine_time.c x- patest_start_stop.c x- patest_stop.c x- patest_sync.c x- patest_toomanysines.c o- patest_two_rates.c x- patest_underflow.c x- patest_wire.c x- patest_write_sine.c x- pa_devs.c x- pa_fuzz.c x- pa_minlat.c The debug_ files are still in V18 format and may need some V19 adaption. Feel free to fix them, most simply require adjusting to the new API. o- pa_tests/debug_convert.c o- pa_tests/debug_dither_calc.c o- pa_tests/debug_dual.c o- pa_tests/debug_multi_in.c o- pa_tests/debug_multi_out.c o- pa_tests/debug_record.c o- pa_tests/debug_record_reuse.c o- pa_tests/debug_sine.c o- pa_tests/debug_sine_amp.c o- pa_tests/debug_sine_formats.c o- pa_tests/debug_srate.c o- pa_tests/debug_test1.c