Skip to content

halfnhalf/hearing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capstone

Install

  1. git clone
  2. install portaudio http://portaudio.com
  • On mac: brew install portaudio
  1. install kivy
  • On mac: I recommend installing the app and then using the environment from the app to install dependencies
  • On mac: there are various dependencies you will need to install with brew
  1. (optional) virtual venv && source venv/bin/activate
  2. pip install -r requirements.txt

Run

  1. python main.py

Test

  1. python tests/test.py

OR

  1. cp tests/test.py .
  2. python test.py