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