annotate src/portaudio_20161030_catalina_patch/index.html @ 162:d43aab368df9

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