# HG changeset patch # User Chris Cannam # Date 1412324951 -3600 # Node ID c9d456b1fcde4ddc6e0347c4eb105a8b6e4ca527 # Parent 58c4d69b4dd8ff05908097ea2d5c520067b12aa4 Comment only diff -r 58c4d69b4dd8 -r c9d456b1fcde data/fileio/AudioFileReader.h --- 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