Melody recognition vs voice recognition
Posted: Sat Sep 19, 2020 4:40 pm
I would like to make my washing machine 'smart'. Well, at least moderately smart. It should send me a notification when it has finished a washing cycle. This machine does play an electronic (monotic) version of Shubert's Die Forelle at the end, but since it is in the attic, I can not always hear that. So, what I need is an ESP32 sort of device with an ADC and microphone that listens in, recognizes the melody and then sends a http or mqtt request over the local WiFi network to my smart home installation. It could probably be done with a voice recognition lib, but working with AI seems overkill in this case since the melody is always exactly the same. So how do I get started software-wise? Where can I find the entrance of a path to a solution?