Hi,
I am new to Node-Red, please excuse me if my questions looks silly. For my Masters degree project, I am making a smart cradle with some features like baby cry detection using a particular algorithm and based on that do some soothing activity for the baby, like swing the cradle or play music etc.
I am trying to simulate this in Node-Red. I have two questions.
First one is very basic: Is Node-Red the right platform to try this? ie will i be able to simulate this in Node-Red?
Second question: For using a microphone node, I tried to install node-red-contrib-mic using command ' npm install node-red-contrib-mic'. But after that when i open dashboard, I am not able to see the mic node in it. Can someone help me on this.