Release 4.0.3 tarball
[rtaudio.git] / doc / html / probe.html
index 245a7c31927846fc106dda4f540f4169783052f2..a8d6befb09abbb46a8556e52f1088acc38f4fab9 100644 (file)
@@ -10,7 +10,7 @@
 <HR>
 <!-- Generated by Doxygen 1.4.4 -->
 <h1><a class="anchor" name="probe">Probing Device Capabilities</a></h1>A programmer may wish to query the available audio device capabilities before deciding which to use. The following example outlines how this can be done.<p>
-<div class="fragment"><pre class="fragment"><span class="comment">// probe.cpp</span>
+<div class="fragment"><pre class="fragment"><span class="comment">// audioprobe.cpp</span>
 
 <span class="preprocessor">#include &lt;iostream&gt;</span>
 <span class="preprocessor">#include "<a class="code" href="RtAudio_8h.html">RtAudio.h</a>"</span>