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