Mercurial > hg > svcore
changeset 989:c9d456b1fcde
Comment only
author | Chris Cannam |
---|---|
date | Fri, 03 Oct 2014 09:29:11 +0100 |
parents | 58c4d69b4dd8 |
children | 7a8f7a553b37 |
files | data/fileio/AudioFileReader.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/data/fileio/AudioFileReader.h Wed Oct 01 14:06:28 2014 +0100 +++ b/data/fileio/AudioFileReader.h Fri Oct 03 09:29:11 2014 +0100 @@ -75,7 +75,9 @@ /** * Return interleaved samples for count frames from index start. * The resulting sample block will contain count * - * getChannelCount() samples (or fewer if end of file is reached). + * getChannelCount() samples (or fewer if end of file is + * reached). The caller does not need to allocate space and any + * existing content in the SampleBlock will be erased. * * The subclass implementations of this function must be * thread-safe -- that is, safe to call from multiple threads with