annotate src/portaudio/index.html @ 23:619f715526df sv_v2.1

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