Application for automatically capturing a video clip when a loud sound was detected.
Code that encapsulates a majority of the functionality can be found in src/lib
The implementation for my particular use case, automatically recording my golf swing, can be found in the src/main.py
file.
- install python3 / pip3
- install PortAudio
brew install portaudio
- install requirements
pip3 install -r requirements.txt
python3 src/main.py