summaryrefslogtreecommitdiff
path: root/portaudio/doc/src/tutorial/exploring.dox
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-08-27 23:52:56 -0500
committersanine <sanine.not@pm.me>2022-08-27 23:52:56 -0500
commita4dd0ad63c00f4dee3b86dfd3075d1d61b2b3180 (patch)
tree13bd5bfa15e6fea2a12f176bae79adf9c6fd0933 /portaudio/doc/src/tutorial/exploring.dox
parentbde3e4f1bb7b8f8abca0884a7d994ee1c17a66b1 (diff)
add plibsys
Diffstat (limited to 'portaudio/doc/src/tutorial/exploring.dox')
-rw-r--r--portaudio/doc/src/tutorial/exploring.dox15
1 files changed, 0 insertions, 15 deletions
diff --git a/portaudio/doc/src/tutorial/exploring.dox b/portaudio/doc/src/tutorial/exploring.dox
deleted file mode 100644
index 9dd0873..0000000
--- a/portaudio/doc/src/tutorial/exploring.dox
+++ /dev/null
@@ -1,15 +0,0 @@
-/** @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