Happiness of the Crowd:
the code needed for the tone recognization project.
How to start using this dir:
-
Install scipy in python
-
Install pybrain in python (not used yet, but will be)
-
Get this dropbox share: https://www.dropbox.com/sh/rxv8i5vgvq9u313/AACe0yqt3wXZI8iSPsj3hYY-a?dl=0 (This shared folder includes all the current recordings)
-
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
-
(Linux only) install mpg321. Ignore this stage if you're running on windows.
-
Open the Machine_Learning/consts.py file, and change the constatns to your needs
-
run consts.py. This makes sure everything is ready
-
run split_recording.py. use split_recording.py -a to split all recordings
-
Have fun!