Small assertion to add in AudioThumbnail

the following could eventually be added to AudioThumbnail::addBlock

jassert (startOffsetInBuffer >= 0 && startOffsetInBuffer + numSamples <= incoming.getNumSamples());

Sure, sounds like a good idea - always happy to add assertions!