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.sh
to install required dependencies (assuming using Raspian). - Configure
config.py
by updating theUPLOAD_URL
to the API endpoint of the server andMIC_RATE
andDEV_INDEXES
to 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_TIME
andOUTPUT_FILENAME
.
- Run
app.py