I'm new to this library (and in audio libraries generally) and i'm trying to use the FFT function. Does anyone know the maximum value returned when features[x] is called? I've seen values up to 2000!
float[] features = ps.getFeatures(); <-- just a 1D features array, nice and simple.