On 8/13/20 18:20, Måns Rullgård wrote: > Martin Guy <[email protected]> writes: > >> On 31/07/2020, Måns Rullgård <[email protected]> wrote: >>>> - if (end) memset(p->window, 0, sizeof(p->window)); >>>> + if (end) memset(p->window, 0, sizeof(*(p->window)) * p->dft_size); >>> This memset is short by one element. >> It is. Many thanks. Do I need to do anything to action this? > No, I fixed that and a couple of other problems. It's in the git master > branch now. > Thanks for this. Slightly related question: the x-axis is in seconds, can an option be added to get in hh:mm:ss and other date time formats? This will probably also have influence on the interval of the number of labels on the x axis.
_______________________________________________ SoX-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sox-devel
