Alon Hovav
Alon Hovav
I know it doesn't make sense, I did it by accident... I would be glad to implement it, what should be the minimal length in milliseconds of an audio section...
Hello! A PR was submitted.
/home/alon/src/gap_sdk/tools/autotiler_v3/DSP_Libraries/FFT_Library.c:1912:94: warning: format ‘%f’ expects argument of type ‘double’, but argument 2 has type ‘int’ [-Wformat=] 1912 | printf("\nout_rfft = np.array([\n\t"); for (int j=0; j>1)+1); j++) printf("%f%+fj, ", RFFT_Out[j-1][0], RFFT_Out[j-1][1]);...
After inspecting my changes, I think the source of the defect is that after my changes indeed more memory is used, as the data about the location and simplicies of...
Hi @peircej , I did look into it a little bit, but unfortunately I had no time to write a PR. In case I ever get to it, do you...