Skip to content
#

librosa

Here are 76 public repositories matching this topic...

librosa
bmcfee
bmcfee commented Apr 29, 2019

Description

STFT allocates an output buffer, but sometimes you might want to have it compute directly into an existing buffer. For example, in griffin-lim, the method alternates stft/istft for each iterate, which is then discarded. It would be better if we could give it an out= variable, which it would use instead of allocating a new buffer; this way, we could cut down on redundant mem

In this project is presented a simple method to train an MLP neural network for audio signals. The trained model can be exported on a Raspberry Pi (2 or superior suggested) to classify audio signal registered with USB microphone

  • Updated Apr 20, 2019
  • Python

Improve this page

Add a description, image, and links to the librosa topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the librosa topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.