# NBMrec Daemon recorder for nocturnal bird migration ## Install ```bash sudo make install ``` ## Disable temporary ```bash sudo systemctl disable --now nbmrec.timer ``` ## Uninstall ```bash sudo make uninstall ``` ## Reference - [audio recording using python](https://realpython.com/playing-and-recording-sound-python/) - [audio recording from command line](https://superuser.com/questions/1570333/how-can-i-record-audio-output-from-command-line-in-linux)