1 |
<!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 |
|
13 |
<center><table COLS=1 WIDTH="100%" BGCOLOR="#FADA7A" > |
14 |
<tr> |
15 |
<td> |
16 |
<center> |
17 |
<h1> |
18 |
PortAudio - 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 |
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> |
25 |
mailing list. It lets you write simple audio programs in 'C' that will |
26 |
compile and run on <b>Windows, Macintosh, Unix, BeOS</b>. PortAudio is |
27 |
intended to promote the exchange of audio synthesis software between developers |
28 |
on different platforms. |
29 |
<p>For complete information on PortAudio and to download the latest releases, |
30 |
please visit "<b><font size=+2><a href="http://www.portaudio.com">http://www.portaudio.com</a></font></b>". |
31 |
<br> |
32 |
<br> |
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> |
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 |
46 |
mail list</a></font><font size=+2> </font></b>.</li> |
47 |
|
48 |
<li> |
49 |
If you find bugs in one of these implementations, or have suggestions, |
50 |
please e-mail them to <a href="mailto:philburk@softsynth.com">Phil Burk</a>.</li> |
51 |
|
52 |
<li> |
53 |
If you make improvements to the library, please send them to us so we can |
54 |
incorporate 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> |
63 |
PortAudio Portable Real-Time Audio Library |
64 |
<br>Copyright © 1999-2006 Ross Bencina and Phil Burk |
65 |
</p> |
66 |
<p>Permission is hereby granted, free of charge, to any person obtaining |
67 |
a copy of this software and associated documentation files (the "Software"), |
68 |
to deal in the Software without restriction, including without limitation |
69 |
the rights to use, copy, modify, merge, publish, distribute, sublicense, |
70 |
and/or sell copies of the Software, and to permit persons to whom the Software |
71 |
is furnished to do so, subject to the following conditions: |
72 |
</p> |
73 |
<p> |
74 |
The above copyright notice and this permission notice shall be included |
75 |
in all copies or substantial portions of the Software. |
76 |
</p> |
77 |
<p> |
78 |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
79 |
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
80 |
FITNESS FOR A PARTICULAR PURPOSE AND ON INFRINGEMENT. |
81 |
<br>IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
82 |
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT |
83 |
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR |
84 |
THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
85 |
</p> |
86 |
|
87 |
<p><i> |
88 |
The text above constitutes the entire PortAudio license; however, |
89 |
the PortAudio community also makes the following non-binding requests: |
90 |
</i></p> |
91 |
<p><i> |
92 |
Any person wishing to distribute modifications to the Software is |
93 |
requested to send the modifications to the original developer so that |
94 |
they can be incorporated into the canonical version. It is also |
95 |
requested that these non-binding requests be included along with the |
96 |
license above. |
97 |
</i></p> |
98 |
|
99 |
</td></tr></table> |
100 |
|
101 |
|
102 |
|
103 |
<br> |
104 |
</body> |
105 |
</html> |