| Chris@39 | 1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> | 
| Chris@39 | 2 <html> | 
| Chris@39 | 3 <head> | 
| Chris@39 | 4    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 
| Chris@39 | 5    <meta name="GENERATOR" content="Mozilla/4.79 [en] (Windows NT 5.0; U) [Netscape]"> | 
| Chris@39 | 6    <meta name="Author" content="Phil Burk"> | 
| Chris@39 | 7    <meta name="Description" content="PortAudio is a cross platform, open-source, audio I/O library.It provides a very simple API for recording and/or playing sound using a simple callback function."> | 
| Chris@39 | 8    <meta name="KeyWords" content="audio, library, portable, open-source, DirectSound,sound, music, JSyn, synthesis,"> | 
| Chris@39 | 9    <title>PortAudio Implementations for DirectSound</title> | 
| Chris@39 | 10 </head> | 
| Chris@39 | 11 <body> | 
| Chris@39 | 12   | 
| Chris@39 | 13 <center><table COLS=1 WIDTH="100%" BGCOLOR="#FADA7A" > | 
| Chris@39 | 14 <tr> | 
| Chris@39 | 15 <td> | 
| Chris@39 | 16 <center> | 
| Chris@39 | 17 <h1> | 
| Chris@39 | 18 PortAudio - Portable Audio Library</h1></center> | 
| Chris@39 | 19 </td> | 
| Chris@39 | 20 </tr> | 
| Chris@39 | 21 </table></center> | 
| Chris@39 | 22 | 
| Chris@39 | 23 <p>PortAudio is a cross platform, <a href="#License">open-source</a>, audio | 
| Chris@39 | 24 I/O library proposed by <b>Ross Bencina</b> to the <a href="http://shoko.calarts.edu/~glmrboy/musicdsp/music-dsp.html">music-dsp</a> | 
| Chris@39 | 25 mailing list. It lets you write simple audio programs in 'C' that will | 
| Chris@39 | 26 compile and run on <b>Windows, Macintosh, Unix, BeOS</b>. PortAudio is | 
| Chris@39 | 27 intended to promote the exchange of audio synthesis software between developers | 
| Chris@39 | 28 on different platforms. | 
| Chris@39 | 29 <p>For complete information on PortAudio and to download the latest releases, | 
| Chris@39 | 30 please visit "<b><font size=+2><a href="http://www.portaudio.com">http://www.portaudio.com</a></font></b>". | 
| Chris@39 | 31 <br>  | 
| Chris@39 | 32 <br>  | 
| Chris@39 | 33 <center> | 
| Chris@39 | 34 <h2> | 
| Chris@39 | 35 <b><a href="doc/html/index.html">Click here for Documentation</a></b></h2></center> | 
| Chris@39 | 36 | 
| Chris@39 | 37 <h2> | 
| Chris@39 | 38 <b><font size=+2></font></b></h2> | 
| Chris@39 | 39 | 
| Chris@39 | 40 <h2> | 
| Chris@39 | 41 <b><font size=+2>Contacts and E-Mail List</font></b></h2> | 
| Chris@39 | 42 | 
| Chris@39 | 43 <ul> | 
| Chris@39 | 44 <li> | 
| Chris@39 | 45 If you are using or implementing PortAudio then please join the <b><font size=+1><a href="http://techweb.rfa.org/mailman/listinfo/portaudio">PortAudio | 
| Chris@39 | 46 mail list</a></font><font size=+2> </font></b>.</li> | 
| Chris@39 | 47 | 
| Chris@39 | 48 <li> | 
| Chris@39 | 49 If you find bugs in one of these implementations, or have suggestions, | 
| Chris@39 | 50 please e-mail them to <a href="mailto:philburk@softsynth.com">Phil Burk</a>.</li> | 
| Chris@39 | 51 | 
| Chris@39 | 52 <li> | 
| Chris@39 | 53 If you make improvements to the library, please send them to us so we can | 
| Chris@39 | 54 incorporate the improvements.</li> | 
| Chris@39 | 55 </ul> | 
| Chris@39 | 56 | 
| Chris@39 | 57 <h2> | 
| Chris@39 | 58 <a NAME="License"></a>License</h2> | 
| Chris@39 | 59 | 
| Chris@39 | 60 <table width="600"> | 
| Chris@39 | 61 <tr><td> | 
| Chris@39 | 62 <p> | 
| Chris@39 | 63 PortAudio Portable Real-Time Audio Library | 
| Chris@39 | 64 <br>Copyright © 1999-2006 Ross Bencina and Phil Burk | 
| Chris@39 | 65 </p> | 
| Chris@39 | 66 <p>Permission is hereby granted, free of charge, to any person obtaining | 
| Chris@39 | 67 a copy of this software and associated documentation files (the "Software"), | 
| Chris@39 | 68 to deal in the Software without restriction, including without limitation | 
| Chris@39 | 69 the rights to use, copy, modify, merge, publish, distribute, sublicense, | 
| Chris@39 | 70 and/or sell copies of the Software, and to permit persons to whom the Software | 
| Chris@39 | 71 is furnished to do so, subject to the following conditions: | 
| Chris@39 | 72 </p> | 
| Chris@39 | 73 <p> | 
| Chris@39 | 74 The above copyright notice and this permission notice shall be included | 
| Chris@39 | 75 in all copies or substantial portions of the Software. | 
| Chris@39 | 76 </p> | 
| Chris@39 | 77 <p> | 
| Chris@39 | 78 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | 
| Chris@39 | 79 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 
| Chris@39 | 80 FITNESS FOR A PARTICULAR PURPOSE AND ON INFRINGEMENT. | 
| Chris@39 | 81 <br>IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | 
| Chris@39 | 82 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT | 
| Chris@39 | 83 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR | 
| Chris@39 | 84 THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 
| Chris@39 | 85 </p> | 
| Chris@39 | 86 | 
| Chris@39 | 87 <p><i> | 
| Chris@39 | 88 The text above constitutes the entire PortAudio license; however, | 
| Chris@39 | 89 the PortAudio community also makes the following non-binding requests: | 
| Chris@39 | 90 </i></p> | 
| Chris@39 | 91 <p><i> | 
| Chris@39 | 92 Any person wishing to distribute modifications to the Software is | 
| Chris@39 | 93 requested to send the modifications to the original developer so that | 
| Chris@39 | 94 they can be incorporated into the canonical version. It is also | 
| Chris@39 | 95 requested that these non-binding requests be included along with the | 
| Chris@39 | 96 license above. | 
| Chris@39 | 97 </i></p> | 
| Chris@39 | 98 | 
| Chris@39 | 99 </td></tr></table> | 
| Chris@39 | 100 | 
| Chris@39 | 101 | 
| Chris@39 | 102 | 
| Chris@39 | 103 <br>  | 
| Chris@39 | 104 </body> | 
| Chris@39 | 105 </html> |