This reverts commit 9f0b23f49e
.
master
if (length == 0) | if (length == 0) | ||||
return 0; | return 0; | ||||
#if HAVE_SONIC_H | |||||
length = (int)(length * sonicSpeed); | |||||
#endif | |||||
if (resume == false) | if (resume == false) | ||||
n_samples = length; | n_samples = length; | ||||