Skip to content

agadish/HotC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HotC

Happiness of the Crowd:
the code needed for the tone recognization project.

How to start using this dir:

  1. Install scipy in python

  2. Install pybrain in python (not used yet, but will be)

  3. Get this dropbox share: https://www.dropbox.com/sh/rxv8i5vgvq9u313/AACe0yqt3wXZI8iSPsj3hYY-a?dl=0 (This shared folder includes all the current recordings)

  4. Install PyAudio: Windows (using pip): python -m pip install pyaudio Linux: wget http://people.csail.mit.edu/hubert/pyaudio/packages/python-pyaudio_0.2.7-1_i386.deb sudo dpkg -i python-pyaudio_0.2.7-1_i386.deb

  5. (Linux only) install mpg321. Ignore this stage if you're running on windows.

  6. Open the Machine_Learning/consts.py file, and change the constatns to your needs

  7. run consts.py. This makes sure everything is ready

  8. run split_recording.py. use split_recording.py -a to split all recordings

  9. Have fun!

About

Happiness of the Crowd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%