Pander via SoX-devel <sox-devel@lists.sourceforge.net> writes:

> On 8/13/20 18:20, Måns Rullgård wrote:
>> Martin Guy <martinw...@gmail.com> writes:
>>
>>> On 31/07/2020, Måns Rullgård <m...@mansr.com> 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.

I suppose it could be done.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to