Skip to content

anandpdoshi/tap-recorder

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Dependencies

  • brew install portaudio
# setup virtualenv
virtualenv --python=python3 venv
source venv/bin/activate
pip install -r requirements
mkdir temp
mkdir -p static/recordings

To run the app

source venv/bin/activate

# For autoreload of app.py, use:
`find . -name \*.py | entr -r python app.py`

# Go to localhost:8000

About

A prototype system for a foot controlled recording device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published