Changeset 1359 for portaudio/branches

Show
Ignore:
Timestamp:
02/23/08 04:46:25 (9 months ago)
Author:
rossb
Message:

corrected README

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • portaudio/branches/v19-devel/README.txt

    r1083 r1359  
    55 * Latest Version at: http://www.portaudio.com 
    66 * 
    7  * Copyright (c) 1999-2006 Phil Burk and Ross Bencina 
     7 * Copyright (c) 1999-2008 Phil Burk and Ross Bencina 
    88 * 
    99 * Permission is hereby granted, free of charge, to any person obtaining 
     
    5050        Also see "src/common/portaudio.h" for API spec. 
    5151        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) 
    5354 
    5455For information on compiling programs with PortAudio, please see the 
     
    5758  http://portaudio.com/trac/wiki/TutorialDir/TutorialStart 
    5859   
     60We have an active mailing list for user and developer discussions. 
     61Please feel free to join. See http://www.portaudio.com for details. 
     62 
    5963 
    6064Important Files and Folders: 
     
    6569    src/hostapi             = implementations for different host apis 
    6670 
    67     pablio                  = simple blocking read/write interface 
    68      
    6971 
    7072Host API Implementations: 
     
    7880    src/hostapi/wasapi      = Windows Vista WASAPI 
    7981    src/hostapi/wdmks       = Windows WDM Kernel Streaming 
    80     src/hostapi/wmme        = Windows MME (most widely supported) 
     82    src/hostapi/wmme        = Windows MultiMedia Extensions (MME) 
    8183 
    8284 
    8385Test Programs: 
    84     tests/pa_fuzz.c         = guitar fuzz box 
    85     tests/pa_devs.c         = print a list of available devices 
    86     tests/pa_minlat.c       = determine minimum latency for your machine 
    87     tests/paqa_devs.c       = self test that opens all devices 
    88     tests/paqa_errs.c       = test error detection and reporting 
    89     tests/patest_clip.c     = hear a sine wave clipped and unclipped 
    90     tests/patest_dither.c   = hear effects of dithering (extremely subtle) 
    91     tests/patest_pink.c     = fun with pink noise 
    92     tests/patest_record.c   = record and playback some audio 
    93     tests/patest_maxsines.c = how many sine waves can we play? Tests Pa_GetCPULoad(). 
    94     tests/patest_sine.c     = output a sine wave in a simple PA app 
    95     tests/patest_sync.c     = test syncronization of audio and video 
    96     tests/patest_wire.c     = pass input to output, wire simulator 
     86    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