index.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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 Docs, 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, tutorial, library, portable, open-source, DirectSound,sound, music, JSyn, synthesis,">
  9. <title>PortAudio Docs</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 Documentation</h1></center>
  19. </td>
  20. </tr>
  21. </table></center>
  22. <p>Copyright 2000 Phil Burk and Ross Bencina
  23. <br>
  24. <hr WIDTH="100%">
  25. <h2>
  26. V18</h2>
  27. <h3>
  28. <a href="portaudio_h.txt">API Reference for V18</a></h3>
  29. <blockquote>The Application Programmer Interface is documented in "portaudio.h".</blockquote>
  30. <h3>
  31. <a href="pa_tutorial.html">Tutorial</a></h3>
  32. <blockquote>Describes how to write audio programs using the PortAudio API.</blockquote>
  33. <h3>
  34. <a href="pa_impl_guide.html">Implementation Guide</a></h3>
  35. <blockquote>Describes how to write an implementation of PortAudio for a
  36. new computer platform.</blockquote>
  37. <h3>
  38. <a href="portaudio_icmc2001.pdf">Paper Presented at ICMC2001</a> (PDF)</h3>
  39. <blockquote>Describes the PortAudio API and discusses implementation issues.
  40. Written July 2001.</blockquote>
  41. <hr WIDTH="100%">
  42. <h2>
  43. V19 - improved API</h2>
  44. <h3>
  45. <a href="proposals/index.html">Proposed V19 Changes</a></h3>
  46. <blockquote>Describes API changes being considered by the developer community.
  47. Feedback welcome.</blockquote>
  48. <h3>
  49. <a href="v19-doxydocs/">API Reference for V19</a></h3>
  50. <blockquote>Reference documents for the Application Programmer Interface
  51. for V19 generated by doxygen.</blockquote>
  52. <hr WIDTH="100%">
  53. <h2>
  54. Miscellaneous</h2>
  55. <h3>
  56. <a href="latency.html">Improving Latency</a></h3>
  57. <blockquote>How to tune your computer to achieve the lowest possible audio
  58. delay.</blockquote>
  59. <a href="http://www.portaudio.com/">Return to PortAudio Home Page</a>
  60. </body>
  61. </html>
粤ICP备19079148号