From: rbencina Date: Wed, 25 Jan 2012 06:50:10 +0000 (+0000) Subject: tweaked tutorial doc to reference local files X-Git-Tag: pa_stable_v19_20140130_r1919~90 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=1610f46ddf2e516739a2cb9d5db4fba3b28727aa;p=portaudio tweaked tutorial doc to reference local files --- diff --git a/doc/src/tutorial/exploring.dox b/doc/src/tutorial/exploring.dox index d072e77..31d0f19 100644 --- a/doc/src/tutorial/exploring.dox +++ b/doc/src/tutorial/exploring.dox @@ -1,13 +1,13 @@ /** @page exploring Exploring PortAudio @ingroup tutorial -Now that you have a good idea of how PortAudio works, you can try out the test programs. +Now that you have a good idea of how PortAudio works, you can try out the example programs. You'll find them in the examples/ directory in the PortAudio distribution. -For an example of playing a sine wave, see "[http://www.portaudio.com/trac/browser/portaudio/trunk/examples/paex_sine.c examples/paex_sine.c]". +For an example of playing a sine wave, see examples/paex_sine.c. -For an example of recording and playing back a sound, see "[http://www.portaudio.com/trac/browser/portaudio/trunk/examples/paex_record.c examples/paex_record.c]". +For an example of recording and playing back a sound, see examples/paex_record.c. -I also encourage you to examine the source for the PortAudio libraries. If you have suggestions on ways to improve them, please let us know. if you want to implement PortAudio on a new platform, please let us know as well so we can coordinate people's efforts. +I also encourage you to examine the source for the PortAudio libraries. If you have suggestions on ways to improve them, please let us know. If you want to implement PortAudio on a new platform, please let us know as well so we can coordinate people's efforts. Previous: \ref blocking_read_write | Next: This is the end of the tutorial.