Skip to content

aishprr/audioza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

audioza

Audio Analyzer tool created as 15-112 Term Project

This software allows the user to analyze and edit audio files in the .wav format. Upto 8 files can be uploaded and accessed with the help of tabs at the top, and menu buttons on the left side allow the user to edit in terms of cut, copy, paste, remove voice, remove noise and play the files after any of these operations. The approximate sheet music can also be generated by the software for any mono file that is provided by the user.

The program can be run by first installing Python 2.7 - from http://www.python.org/download/releases/2.7.2/ and then installing the modules.

The modules that are required to be installed to run the program (with python 2.7 already installed) are:

  1. pyaudio: http://people.csail.mit.edu/hubert/pyaudio/

  2. pylab/matplotlib: http://matplotlib.org/users/installing.html

  3. numpy: https://pypi.python.org/pypi/numpy

The other modules are inbuilt with Python 2.7.

Video preview: http://www.youtube.com/watch?v=po_KAB-mQjw

About

Audio Analyzer tool created as 15-112 Term Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages