Git Product home page Git Product logo

Comments (9)

lostanlen avatar lostanlen commented on August 24, 2024 1
  • i would love to see a post about waveplot and how it keeps a low memory usage. The email to John Davis from a few days ago (copy-pasted with permission on this StackOverflow board) could be used as a starting point: https://stackoverflow.com/questions/57260065/why-does-librosa-plot-differ-from-matplotlib-and-audacity

  • as i wrote earlier on the Slack channel, librosa.util.valid_audio is one of my most cherished yet under-appreciated librosa features. I would be in favor of giving it more publicity :) we could write a short post about that.

from blog.

bmcfee avatar bmcfee commented on August 24, 2024 1

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

from blog.

bmcfee avatar bmcfee commented on August 24, 2024

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

from blog.

bmcfee avatar bmcfee commented on August 24, 2024

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

from blog.

lostanlen avatar lostanlen commented on August 24, 2024

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

  • Explaining how the color map gets assigned (magma vs diverging) + a cautionary word against jet?
  • How to make sure that the axis ticks show physical units, not frame indices (one of my biggest pet peeve as a reviewer!).
  • How to make sure that the contrast is right.
  • How to have several spectrograms share the same colormap and the same axes
  • How to make the y-axis in CQT specshow be scientific pitch
  • How to annotate a spectrogram with piptrack
  • How to annotate a spectrogram with beat_track

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

from blog.

bmcfee avatar bmcfee commented on August 24, 2024

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

from blog.

lostanlen avatar lostanlen commented on August 24, 2024

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

from blog.

bmcfee avatar bmcfee commented on August 24, 2024

Post ideas to accompany the 0.7.1 release:

  • framing
  • feature inversion (incl cqt griffin-lim)
  • replicating HTK features
  • pitch tracking and plotting?

from blog.

lostanlen avatar lostanlen commented on August 24, 2024

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.

from blog.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.