Re: [SoX-devel] Build systems

2020-08-02 Thread Jan Stary
On Aug 02 15:21:55, m...@mansr.com wrote: > In the SoX tree, there are currently support files for autotools, CMake, > and two ancient versiona of Visual Studio. > > Out of the box, the CMake build fails, but with the right options it > completes successfully, for now. The Visual Studio projects

[SoX-devel] Build systems

2020-08-02 Thread Måns Rullgård
In the SoX tree, there are currently support files for autotools, CMake, and two ancient versiona of Visual Studio. Out of the box, the CMake build fails, but with the right options it completes successfully, for now. The Visual Studio projects are almost certainly broken. Maintaining multiple b

Re: [SoX-devel] [PATCH RESEND 9/9] Added average power spectrum for stat -freq -a

2020-08-02 Thread Måns Rullgård
Måns Rullgård writes: >> + if (stat->fft_average) { >> + for (i = 0; i < samples / 2; i++) /* FIXME: should be <= samples >> / 2 */ >> + fprintf(stderr, " %f %f\n", ffa * i, re_average[i] / len); >> + } > > I don't understand the idea here. Unless I'm mistaken,

Re: [SoX-devel] [PATCH RESEND 9/9] Added average power spectrum for stat -freq -a

2020-08-02 Thread Måns Rullgård
Eric Wong writes: > Måns Rullgård wrote: >> Eric Wong writes: >> >> > From: Pander >> >> Does "Pander" have a real name? > > Does it matter for this project? > > Fwiw, I'm against real name policies; and there's no > copyright assignment or DCO here. > > I don't see an acceptable way to enfo