Create smnp.audio.mic module
This commit is contained in:
11
app/src/main/resources/presets/mic.mus
Normal file
11
app/src/main/resources/presets/mic.mus
Normal 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();
|
||||
Reference in New Issue
Block a user