diff options
Diffstat (limited to 'doc/html/settings.html')
| -rw-r--r-- | doc/html/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/settings.html b/doc/html/settings.html index a95ad8d..958363b 100644 --- a/doc/html/settings.html +++ b/doc/html/settings.html @@ -46,7 +46,7 @@ The RtAudioCallback parameter above is a pointer to a user-defined function that Several stream options are available to fine-tune the behavior of an audio stream. In the example above, we specify that data will be written by the user in a <em>non-interleaved</em> format via the <a class="el" href="structRtAudio_1_1StreamOptions.html">RtAudio::StreamOptions</a> member <code>flags</code>. That is, all <code>bufferFrames</code> of the first channel should be written consecutively, followed by all <code>bufferFrames</code> of the second channel. By default (when no option is specified), <a class="el" href="classRtAudio.html">RtAudio</a> expects data to be written in an <em>interleaved</em> format. <HR> <table><tr><td><img src="../images/mcgill.gif" width=165></td> - <td>©2001-2007 Gary P. Scavone, McGill University. All Rights Reserved.<br>Maintained by <a href="http://www.music.mcgill.ca/~gary/">Gary P. Scavone</a>.</td></tr> + <td>©2001-2008 Gary P. Scavone, McGill University. All Rights Reserved.<br>Maintained by <a href="http://www.music.mcgill.ca/~gary/">Gary P. Scavone</a>.</td></tr> </table> </BODY> |
