<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to queueSingleSample</title><link>https://sourceforge.net/p/prfm/wiki/queueSingleSample/</link><description>Recent changes to queueSingleSample</description><atom:link href="https://sourceforge.net/p/prfm/wiki/queueSingleSample/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 27 Jan 2013 21:01:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/prfm/wiki/queueSingleSample/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage queueSingleSample modified by Majenko Technologies</title><link>https://sourceforge.net/p/prfm/wiki/queueSingleSample/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,7 +1,9 @@
 Format
 ------
-* void queueSingleSample(const short *sample, int length, int delay, int speed)
-
+~~~~
+:::C
+void queueSingleSample(const short *sample, int length, int delay, int speed)
+~~~~
 Description
 -----------
 Queue a sample for playing.  If the sample is already queued for playing, or is actively playing, do not queue the sample.  This prevents the same sample from being overlaid on itself.  Good for speech samples.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Majenko Technologies</dc:creator><pubDate>Sun, 27 Jan 2013 21:01:16 -0000</pubDate><guid>https://sourceforge.net0682b8f0bb6e582598cfa6a17cdeb6b99574fbe0</guid></item><item><title>WikiPage queueSingleSample modified by Majenko Technologies</title><link>https://sourceforge.net/p/prfm/wiki/queueSingleSample/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -2,6 +2,17 @@
 ------
 * void queueSingleSample(const short *sample, int length, int delay, int speed)

+Description
+-----------
+Queue a sample for playing.  If the sample is already queued for playing, or is actively playing, do not queue the sample.  This prevents the same sample from being overlaid on itself.  Good for speech samples.
+
 Parameters
 ----------
-* **sample** Pointer in 
+* **sample** Pointer to the sample in memory
+* **length** Length of sample in samples (16 bit short words)
+* **delay** Number of samples to delay before starting to play the sample
+* **speed** Playback speed modification.  Positive is faster, negative is slower.
+
+Example
+-------
+    queueSingleSample(eat_this, eat_this_len, 0, 0);
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Majenko Technologies</dc:creator><pubDate>Sun, 27 Jan 2013 20:48:06 -0000</pubDate><guid>https://sourceforge.net4a5ed45bbc51d5c6f70dfc5b77a41e6464df0e26</guid></item><item><title>WikiPage queueSingleSample modified by Majenko Technologies</title><link>https://sourceforge.net/p/prfm/wiki/queueSingleSample/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="format"&gt;Format&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;void queueSingleSample(const short *sample, int length, int delay, int speed)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="parameters"&gt;Parameters&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;sample&lt;/strong&gt; Pointer in &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Majenko Technologies</dc:creator><pubDate>Sun, 27 Jan 2013 20:46:27 -0000</pubDate><guid>https://sourceforge.netbcf979d35513688b91febf194209e87300d2eb68</guid></item></channel></rss>