Skip to content

MumbaiHackathon/SoundAnalysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Note :

  • Here number of training instances were low in reference to time limit provided .

Contributers

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.8%
  • Shell 4.2%