brelto85 Active Member Licensed User Longtime User Aug 28, 2013 #1 Hi, I need to implement this feature on my app In the preference activity allow users to calibrate the maximum audio input level of the microphone to determinate if the rumors of environment exceeed of a limit that i set I tried some audio libraries but i don't found a method to do that thanks in advanced Alberto
Hi, I need to implement this feature on my app In the preference activity allow users to calibrate the maximum audio input level of the microphone to determinate if the rumors of environment exceeed of a limit that i set I tried some audio libraries but i don't found a method to do that thanks in advanced Alberto
stevel05 Expert Licensed User Longtime User Aug 28, 2013 #2 You can measure the input amplitude using the AudioMaxAmplitude method of the AudioRecorder Library. Upvote 0