]> Repos - portaudio/commitdiff
Add comment about including source code for ring buffer in app.
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Sun, 7 Oct 2012 19:00:11 +0000 (19:00 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Sun, 7 Oct 2012 19:00:11 +0000 (19:00 +0000)
src/common/pa_ringbuffer.h

index 004fdd5c6565adb4a2289e1f25d9e9eb646194cd..9edba0dd65792537cd6a54b79319a0d5721832eb 100644 (file)
@@ -65,6 +65,9 @@
  The memory area used to store the buffer elements must be allocated by 
  the client prior to calling PaUtil_InitializeRingBuffer() and must outlive
  the use of the ring buffer.
+ @note The ring buffer functions are not normally exposed in the PortAudio libraries. 
+ If you want to call them then you will need to add pa_ringbuffer.c to your application source code.
 */
 
 #if defined(__APPLE__)