Christophe Favergeon
Christophe Favergeon
@Chreutz There may be a remaining issue with this arm_fir_decimate_f32 function. I am getting wrong results. So, I continue the investigation ...
It is correct. I was not seeing `arm_fir_interpolate_f32` that's why I was confused.
@Chreutz So the remaining problem with `arm_fir_decimate_f32` in the Python wrapper is that it is returning a too big buffer. It is using the size of the original block and...
@Chreutz All the problems should be solved in the latest commit (including the RFFT). I won't regenerate the Python package on PyPI now because I have other fixes I want...
@jmerkt Thanks for the bug report !
It should be solved in latest commit.
@ehughes It is a very good idea. I'll definitely add such a feature.
Hi @dsm , Thank for the request. It is definitely something I have on my to do list and that I'd like to add to the library. But before I...
@dsm It is indeed the Golub method I had planned to implement at some point. Unfortunately, it won't be quick since I have lot of other things to do before....
@Yaxit It was tested with the MFCC from TensorFlow using Hamming window If Librosa is a reference then it may be worth looking at it for a future improvement. The...