From 042f67383cef7b6d286c9d5ea6f6122d8fcf6671 Mon Sep 17 00:00:00 2001 From: philburk Date: Sun, 7 Oct 2012 19:00:11 +0000 Subject: [PATCH] Add comment about including source code for ring buffer in app. --- src/common/pa_ringbuffer.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/pa_ringbuffer.h b/src/common/pa_ringbuffer.h index 004fdd5..9edba0d 100644 --- a/src/common/pa_ringbuffer.h +++ b/src/common/pa_ringbuffer.h @@ -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__) -- 2.43.0