[aubio-user] aubio 0.4.0~beta1

Paul Brossier piem at piem.org
Tue Dec 17 18:29:09 CET 2013


Hello Lukasz,

On 15/12/2013 08:47, Lukasz Tracewski wrote:
> Hi Paul,
>
> Thanks a lot for your hard work! What you are doing has already saved
> me plenty of time in area of onset detection. Can't say much about
> other parts of aubio, but this one performs great in 0.4.0.

good to know.

> Using it with python is quite easy and blazingly fast thanks to
> implementation in C.

that's great!

> Only remark I would have is to put some short description on
> "interfaces" to major blocks of aubio functionality. Just a moment
> ago I tried to figure out why I could not calculate 'mfcc' provided a
> numpy array, i.e.:
>
> m = aubio.mfcc(win_s, n_filters, n_coeffs, rate)
>
> m(my_sample.astype('float32')) # throws ValueError: input array
> should be float32
>
>
> ... while it seems it expects phase vocoder object (perhaps obvious
> for more competent user). I guess that's because 'mfcc' is based on
> short-term power spectrum of a sound and phase vocoder will do FFT?
> Anyway, nothing that cannot be figured out with given examples and
> source code. Must say these are of a great help in using aubio.

indeed, the python module is still very green, and lacks any form of
documentation. to be improved in the next releases!

thanks for the feedback,

Paul



More information about the aubio-user mailing list