Giter Site home page Giter Site logo

spectral-centroid-splitter's Introduction

spectral-centroid-splitter

Splits a uncompressed wav file into small fractions and sorts them after a spectral-centroid analysis.

Writes fractions as wave audio file, json data for further processing and png fft analysis plot figure in specified output directory.

Requirements

  • python 2.7
  • matplotlib 1.4.3
  • numpy 1.9.2

Usage

usage: spectral-centroid-splitter.py [-h] [--duration [ms]] [--sort-grid [hz]]
                                     [--output-dir path]
                                     input-wav-file

positional arguments:
  input-wav-file     input wave file path (uncompressed)

optional arguments:
  -h, --help         show this help message and exit
  --duration [ms]    duration of one wave fraction (in milliseconds)
  --sort-grid [hz]   sort grid after spectral analysis (in hz steps)
  --output-dir path  output directory path

Example

python spectral-centroid-splitter.py test.wav --duration 50 --sort-grid 100

Name                  "test"
Duration              4.595021s
Sample-Rate           16bit
Frame-Rate            48000hz
Fraction-Size-Frames  2397
Fraction-Sort-Grid    100
Fraction-Duration     0.050000s
Fractions-Count       92

Example output file @ ./out/1300/test_out_2.png (spectral centroid at around 1300hz)

Example

spectral-centroid-splitter's People

Watchers

James Cloos avatar adz avatar  avatar

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.