summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--orkbasecxx/AudioCapture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/AudioCapture.h b/orkbasecxx/AudioCapture.h
index 4e6a53c..19bb184 100644
--- a/orkbasecxx/AudioCapture.h
+++ b/orkbasecxx/AudioCapture.h
@@ -61,7 +61,7 @@ public:
AudioChunk();
~AudioChunk();
- /** Allocate a new empty buffer */
+ /** Allocate a new empty buffer (zeroed) */
void* CreateBuffer(size_t numBytes, AudioChunkDetails& details);
/** Copy external buffer to internal buffer. Create internal buffer if necessary */