I have built a radio streamer/recorder with Node.js (repo here). This program will need to stream/record audio input 24/7, but I am having trouble running it for extended periods (see issue).
I use the node "mic" package to stream from my audio input with arecord; and after some debugging, I...