A python package for clap detection
Visit Official documentation at pi-clap.nikz.in
- Raspberry Pi
- Linux
- MacOS
- Raspberry Pi (optional)
- Bread Board (optional)
- Microphone
- Audio Card (Needed for analog microphones with a jack)
- Python 3.6+
- gpiozero
- PyAudio
- PortAudio (Need to be installed manually)
- Audio Driver (Automatically loaded by OS after a restart)
- Munch
- Adding advanced clap detection algorithms
- Adding support for automation platforms like Amazon Alexa, Google Home, IFTTT etc.
git clone https://github.com/nikhiljohn10/pi-clap
cd pi-clap
make help # Display the possible options available
Version number is fetched from piclap/__init__.py
- Package - /piclap
- Examples - /example
- Documentation - /docs/source
- Test Cases - /test
- Github Actions - /.github/workflows