# HG changeset patch # User Chris Cannam # Date 1412346511 -3600 # Node ID 7a8f7a553b37bf8054cff054a4561271f897506e # Parent 1974859baba52e1e8d2c97e0e3d38b20c41a6e20# Parent c9d456b1fcde4ddc6e0347c4eb105a8b6e4ca527 Merge diff -r 1974859baba5 -r 7a8f7a553b37 data/fileio/AudioFileReader.h --- 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