summaryrefslogtreecommitdiff
path: root/3rdparty/portaudio/doc/src/tutorial/exploring.dox
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/portaudio/doc/src/tutorial/exploring.dox')
-rw-r--r--3rdparty/portaudio/doc/src/tutorial/exploring.dox15
1 files changed, 15 insertions, 0 deletions
diff --git a/3rdparty/portaudio/doc/src/tutorial/exploring.dox b/3rdparty/portaudio/doc/src/tutorial/exploring.dox
new file mode 100644
index 0000000..9dd0873
--- /dev/null
+++ b/3rdparty/portaudio/doc/src/tutorial/exploring.dox
@@ -0,0 +1,15 @@
+/** @page exploring Exploring PortAudio
+@ingroup tutorial
+
+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 examples/paex_sine.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.
+
+
+Previous: \ref blocking_read_write | Next: This is the end of the tutorial.
+
+*/ \ No newline at end of file