Code Monkey home page Code Monkey logo

python-librosa's Introduction

python-librosa

Operations

griffinlim

graph LR
  load[/Load wav/] -->|y|spectogram[Spectogram]
  spectogram-->|S|griffinlim[griffinlim]
  load-->|y|channel_merger[channel_merger]
  griffinlim-->|y|channel_merger
  channel_merger-->|y|write[/Write wav/]
Loading

griffinlim_filter

graph LR
  load[/Load wav/] -->|y|spectogram[Spectogram]
  spectogram-->|S|zeros_hp[Zero > fmin]
  zeros_hp -->|S|griffinlim_hp[griffinlim]
  griffinlim_hp-->|y|channel_merger

  spectogram-->|S|zeros_lp[Zero < fmin]
  zeros_lp -->|S|griffinlim_lp[griffinlim]
  griffinlim_lp-->|y|channel_merger

  channel_merger-->|y|write[/Write wav/]
Loading

hpss

graph LR
  load-->|y|residual[y - x]
  load[/Load wav/] -->|y|harmonic[harmonic]
  harmonic-->|y|write_0[/Write wav/]

  harmonic -->|y|add[y + x]
  load -->|y|perc[percussive]
  perc -->|x|add[y + x]
  add --> |x|residual
  residual -->|y|write_2[/Write wav/]
  perc-->|y|write_1[/Write wav/]
Loading

master

graph LR
load-->|y|add_raw2[y + x]
  load-->|y|residual[y - x]
  load -->|y|perc[percussive]
  load[/Load wav/] -->|y|harmonic[harmonic]
  load-->|y|add_raw[y + x]
  griffinlim_1-->|x|add_raw2
  add_raw-->merger[Channel merger]
  add_raw2-->merger[Channel merger]
  griffinlim_2-->|x|add_raw
  harmonic -->|x|add[y + x]
  harmonic-->|y|stft_2[stft]
  stft_2-->|S|zeros_hp2[Zero > fmin]
  perc -->|y|add[y + x]
  add --> |x|residual
  residual -->|y|stft_1[stft]
  zeros_hp-->|S|griffinlim_1[griffinlim]
  zeros_hp2-->|S|griffinlim_2[griffinlim]
  stft_1-->|S|zeros_hp[Zero > fmin]
  merger-->|y|write[Write wav]
Loading

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.