Changeset 1359 for portaudio/branches/v19-devel/README.txt
- Timestamp:
- 02/23/08 04:46:25 (9 months ago)
- Files:
-
- 1 modified
-
portaudio/branches/v19-devel/README.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
portaudio/branches/v19-devel/README.txt
r1083 r1359 5 5 * Latest Version at: http://www.portaudio.com 6 6 * 7 * Copyright (c) 1999-200 6Phil Burk and Ross Bencina7 * Copyright (c) 1999-2008 Phil Burk and Ross Bencina 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person obtaining … … 50 50 Also see "src/common/portaudio.h" for API spec. 51 51 Also see http://www.portaudio.com/docs/ 52 And see "tests/patest_saw.c" for an example. 52 And see the "test/" directory for many examples of usage 53 (we suggest "test/patest_saw.c" for an example) 53 54 54 55 For information on compiling programs with PortAudio, please see the … … 57 58 http://portaudio.com/trac/wiki/TutorialDir/TutorialStart 58 59 60 We have an active mailing list for user and developer discussions. 61 Please feel free to join. See http://www.portaudio.com for details. 62 59 63 60 64 Important Files and Folders: … … 65 69 src/hostapi = implementations for different host apis 66 70 67 pablio = simple blocking read/write interface68 69 71 70 72 Host API Implementations: … … 78 80 src/hostapi/wasapi = Windows Vista WASAPI 79 81 src/hostapi/wdmks = Windows WDM Kernel Streaming 80 src/hostapi/wmme = Windows M ME (most widely supported)82 src/hostapi/wmme = Windows MultiMedia Extensions (MME) 81 83 82 84 83 85 Test Programs: 84 test s/pa_fuzz.c = guitar fuzz box85 test s/pa_devs.c = print a list of available devices86 test s/pa_minlat.c = determine minimum latency for your machine87 test s/paqa_devs.c = self test that opens all devices88 test s/paqa_errs.c = test error detection and reporting89 test s/patest_clip.c = hear a sine wave clipped and unclipped90 test s/patest_dither.c = hear effects of dithering (extremely subtle)91 test s/patest_pink.c = fun with pink noise92 test s/patest_record.c = record and playback some audio93 test s/patest_maxsines.c = how many sine waves can we play? Tests Pa_GetCPULoad().94 test s/patest_sine.c = output a sine wave in a simple PA app95 test s/patest_sync.c = test syncronization of audio and video96 test s/patest_wire.c = pass input to output, wire simulator86 test/pa_fuzz.c = guitar fuzz box 87 test/pa_devs.c = print a list of available devices 88 test/pa_minlat.c = determine minimum latency for your machine 89 test/paqa_devs.c = self test that opens all devices 90 test/paqa_errs.c = test error detection and reporting 91 test/patest_clip.c = hear a sine wave clipped and unclipped 92 test/patest_dither.c = hear effects of dithering (extremely subtle) 93 test/patest_pink.c = fun with pink noise 94 test/patest_record.c = record and playback some audio 95 test/patest_maxsines.c = how many sine waves can we play? Tests Pa_GetCPULoad(). 96 test/patest_sine.c = output a sine wave in a simple PA app 97 test/patest_sync.c = test syncronization of audio and video 98 test/patest_wire.c = pass input to output, wire simulator
