annotate src/portaudio/index.html @ 131:cd8a866e0905

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