I have found several plugins that allow you to record from the microphone on iOS and Android.
Some of them allow using the spectrum data (GetSpectrumData) to control UI elements in order to show the audio in a visual way.
Others allow you to record for a while and then save the audio as a .wav file.
I need to combine these together and can’t find a plugin or github source to do it.
I did purchase one of the ones that allows saving because that seems to be more involved and then tried to add a script that would call GetSpectrumData, but the returned data is always false.
Can someone please help me do both at the same time?