Good evening Ian.
Do you have any documentation to better understand AudioLizer application, specially the AudioAnalizer which i believe is the Class i need for my project. What i understand is that the Main Activity is Audiolizer.java, but this inherits from MainActivity and ic composed of InstrumentPanel, InstrumentPanel is composed of AudioAnalizer, so i believe the InstrumentPanel is one of the most important classes, what i see is that you start setting data in the AudioAnalizer class, for example the sample rate, but what i can't see is where the AudioAnalizer starts getting Data, what method should i call from AudioAnalizer to get data from Audio Port.
I appreciate your attention