annotate src/portaudio_20161030/index.html @ 169:223a55898ab9 tip default

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