// Print the input peak (volume) level from the microphone. void setup(){ Sonia.start(this); LiveInput.start(); } void loop(){ float meterData = LiveInput.getLevel(); println(meterData); }
LiveInput.getLevel(); LiveInput.getLevel(channel);