Skip to content

inishchith/SoundAnalysis

Repository files navigation

Sound Analysis

Using LibROSA

LibROSA is a python package for music and audio analysis , it provides the building blocks necessary to create music information retrieval systems .

Description

Out of sound clips provided under training instances , 38 of Mel Frequency cepstral coefficients(.mfcc) are extracted/saved and then comapred with the existing presets .

Content

animals : A test animal sound clip is fed to the program , it detects and prints the name of the animal .

voice : A test human sound clip is fed to the prgram , it detects and prints the gender of the speaker .

music : A test sound piece is fed to the program and it detects which genre of music it is .

Installation

pip3 install numpy
pip3 install scipy

Usage

asciicast

Recognition :

  • This repository / project was a part of [Mumbai Hackathon 2017](https://mumbaihackathon.in/winners)

Note :

  • This project was done under 24 hours with minimal pre-preparation
  • Here number of training instances were low in reference to time limit provided .

Contributors