Murmur utilizes an array of Raspberry Pi modules, with each module connected to 3 microphones, in order to detect open seating in a library space by running a custom sound detection algorithm.
- Run
app.py - Open the hosted website
- Run
setup.shto install required dependencies (assuming using Raspian). - Configure
config.pyby updating theUPLOAD_URLto the API endpoint of the server andMIC_RATEandDEV_INDEXESto match the current audio IO devices connected to the Raspberry Pi.
- To run in development, consider using a service like ngrok
- Consider updating
MODULE_ID,RECORD_TIMEandOUTPUT_FILENAME.
- Run
app.py