I'm working on a project where I need to test for a certain volume level being inputed on the microphone connection. My knowledge is somewhat limited in C++, so the simpler the better.
The project that I'm working on is for an upgrade to a school's bell system. A microphone that is only sensitive to direct vibration (not ambient sound) is being placed on the bell to test if the bell is ringing or not. I need to write a program that basically checks if there is sound or not (being able to check for different volume levels would be highly useful as well).
Thank you very much for your help!!
The project that I'm working on is for an upgrade to a school's bell system. A microphone that is only sensitive to direct vibration (not ambient sound) is being placed on the bell to test if the bell is ringing or not. I need to write a program that basically checks if there is sound or not (being able to check for different volume levels would be highly useful as well).
Thank you very much for your help!!