1
Audio / Re: Analyzing "loudness" of an audio input.
« on: November 12, 2020, 10:52:00 am »
I see. Thanks.
I actually managed to find what wasn't working for me. I was printing out the decibel levels from the audio-input but the numbers were always remaining at 0. Because I had forgotten to update it in the onProcessSamples() function. So it was only calling the text at the beginning of the program, and not constantly updating it with the new info from onProcessSamples().
I actually managed to find what wasn't working for me. I was printing out the decibel levels from the audio-input but the numbers were always remaining at 0. Because I had forgotten to update it in the onProcessSamples() function. So it was only calling the text at the beginning of the program, and not constantly updating it with the new info from onProcessSamples().