Resample class bug report

Hi, I am using OWL firmware v12 and have encountered a problem with the Resample library class.
The downsample() function uses the size of the input buffer to write to the output buffer which causes an overflow due to the input buffer size being 4 times the size of the output buffer

Pablo