librosa / blog

librosa blog site
https://librosa.org/blog/
7 stars 3 forks source link

Content ideas #1

Open bmcfee opened 5 years ago

bmcfee commented 5 years ago

What else should we post about?

bmcfee commented 5 years ago

@lostanlen I also drafted up a post on block streaming, care to give it a looksy before I publish?

lostanlen commented 5 years ago
bmcfee commented 5 years ago

Maybe also a plot on all the bells and whistles of specshow, compared to (say) imshow.

lostanlen commented 5 years ago

Yes, specshow is a major feature in librosa, and some uses are not trivial. For example:

This covers probably more than one post, but it's all very relevant IMO.

bmcfee commented 5 years ago

SGTM in general! I'm not sure what exactly you have in mind for piptrack, can you elaborate?

lostanlen commented 5 years ago

What i mean is to have a pitch curve (or spectral centroid, or whatever frequency-valued signal) overlayed on top of the CQT

bmcfee commented 5 years ago

Post ideas to accompany the 0.7.1 release:

lostanlen commented 5 years ago

replicating HTK features

Yes. I think that the big take-home message here is that there is no such thing as "the MFCC" of a signal. It all depends on what well-established implementation we're trying to replicate, which ultimately falls back on which psychometric study we're relying on for the mel scale. This (under-cited) paper about "fitting the mel scale" was a big eye-opener for me in this regard: https://ieeexplore.ieee.org/document/758101

Pitch tracking and plotting: yes! will submit a WIP PR tonight.

bmcfee commented 1 year ago

We should probably do a comprehensive post about all the various efficiency improvements in the 0.10 release.