ita_time_window crop also removes leading zeros
ita_time_window(test,[0.0032 0.0012 0.005 0.0065],'crop')
Will remove the leading 0.0012 seconds from the audio test.
Is this really how this function is supposed to work? Seems an easy way to make mistakes.