pa_tutorial.html 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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="Tutorial for PortAudio, 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 Tutorial</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 Tutorial</h1></center>
  19. </td>
  20. </tr>
  21. </table></center>
  22. <p>Copyright 2000 Phil Burk and Ross Bencina
  23. <h2>
  24. Table of Contents</h2>
  25. <blockquote><a href="pa_tut_over.html">Overview of PortAudio</a>
  26. <br><a href="pa_tut_mac.html">Compiling for Macintosh OS 7,8,9</a>
  27. <br><a href="pa_tut_mac_osx.html">Compiling for Macintosh OS X</a>
  28. <br><a href="pa_tut_pc.html">Compiling for Windows (DirectSound and WMME)</a>
  29. <br><a href="pa_tut_asio.html">Compiling for ASIO on Windows or Mac OS
  30. 8,9</a>
  31. <br><a href="pa_tut_oss.html">Compiling for Unix OSS</a>
  32. <br><a href="pa_tut_callback.html">Writing a Callback Function</a>
  33. <br><a href="pa_tut_init.html">Initializing PortAudio</a>
  34. <br><a href="pa_tut_open.html">Opening a Stream using Defaults</a>
  35. <br><a href="pa_tut_run.html">Starting and Stopping a Stream</a>
  36. <br><a href="pa_tut_term.html">Cleaning Up</a>
  37. <br><a href="pa_tut_util.html">Utilities</a>
  38. <br><a href="pa_tut_devs.html">Querying for Devices</a>
  39. <br><a href="pa_tut_rw.html">Blocking Read/Write Functions</a>
  40. <br><a href="pa_tut_explore.html">Exploring the PortAudio Package</a></blockquote>
  41. <font size=+2><a href="http://www.portaudio.com/">home</a> | contents |
  42. previous |&nbsp; <a href="pa_tut_over.html">next</a></font>
  43. </body>
  44. </html>
粤ICP备19079148号