From 1610f46ddf2e516739a2cb9d5db4fba3b28727aa Mon Sep 17 00:00:00 2001 From: rbencina Date: Wed, 25 Jan 2012 06:50:10 +0000 Subject: [PATCH] tweaked tutorial doc to reference local files --- doc/src/tutorial/exploring.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.43.0