Mercurial > hg > svcore
changeset 992:7a8f7a553b37
Merge
author | Chris Cannam |
---|---|
date | Fri, 03 Oct 2014 15:28:31 +0100 |
parents | 1974859baba5 (current diff) c9d456b1fcde (diff) |
children | 60e2927b1475 |
files | |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/data/fileio/AudioFileReader.h Fri Oct 03 15:27:02 2014 +0100 +++ b/data/fileio/AudioFileReader.h Fri Oct 03 15:28:31 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