summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-01-26 14:34:03 +0000
committerHenri Herscher <henri@oreka.org>2006-01-26 14:34:03 +0000
commit30856cfacc35e3928b0527e3ae14e34500d9732b (patch)
tree8d2278894a7eda08266cad0edc52c1ce66dc71ac
parent42de2d16fd8870a19712fc52693955ebdd2f1659 (diff)
improved comments
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@137 09dcff7a-b715-0410-9601-b79a96267cd0
-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 */