mame/3rdparty/portaudio/test
2017-01-11 20:21:24 +01:00
..
CMakeLists.txt Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
pa_minlat.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest1.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_buffer.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_callbackstop.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_clip.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_converters.c Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
patest_dither.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_dsound_find_best_latency_params.c Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
patest_dsound_low_level_latency_params.c Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
patest_dsound_surround.c Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
patest_hang.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_in_overflow.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_jack_wasapi.c Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
patest_latency.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_leftright.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_longsine.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_many.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_maxsines.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_mono.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_multi_sine.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_out_underflow.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_prime.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_read_record.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_ringmix.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_sine8.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_sine_channelmaps.c Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
patest_sine_formats.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_sine_srate.c Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
patest_sine_time.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_start_stop.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_stop_playout.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_stop.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_suggested_vs_streaminfo_latency.c Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
patest_suggested_vs_streaminfo_latency.py Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
patest_sync.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_timing.c Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
patest_toomanysines.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_two_rates.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_underflow.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_unplug.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_wire.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_wmme_find_best_latency_params.c Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
patest_wmme_low_level_latency_params.c Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00
patest_write_stop_hang_illegal.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
patest_write_stop.c Update PortAudio to version 20161030 2017-01-11 20:21:24 +01:00
README.txt Added portaudio library for RB (nw) 2015-05-27 14:59:40 +02:00

TODO - This should be moved into a doxydoc page.

For more information on the TestPlan please visit:

  http://www.portaudio.com/trac/wiki/TestPlan
  
This directory contains various programs to test PortAudio. The files 
named patest_* are tests.

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 necessarily 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
	x- 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
	x- 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

Note that Phil Burk deleted the debug_* tests on 2/26/11. They were just hacked
versions of old V18 tests. If we need to debug then we can just hack a working V19 test.