Create smnp.audio.mic module

This commit is contained in:
2020-03-17 11:29:01 +01:00
parent 165e572203
commit ec6eeadfa8
10 changed files with 149 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import smnp.audio.mic;
import smnp.io;
import smnp.collection;
import smnp.system;
if(__param__.containsKey("help")) {
println("Display microphone level in real time in order to check and adjust noise and silence thresholds in wait() function");
exit(1);
}
micLevel();