index.html 3.6 KB

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