My need is to play an audio file and have its contents on a 8x8 matrix in equalizer aspect as done in Piccolo quite like spectrum analyzer adapted for BeagleBone or RaspberryPI. This doesn't need the ambiant analysis from microphone : just visualisation when playing music on the same board.
Adafruit made a library that made the leds matrix control easy, what is missing is mostly the audio analysis down to a matrix for each audio chunk.
Languages maybe C or C++, but would be best if it's in Python code.For this there are good libraries like Timeside and aubio but I couldn't found out how to fill the leds matrix the same way as in Piccolo, even though I've tested some examples.
To get a crude 8-band, 8-level ongoing spectral estimate (in Python, using numpy):
Apart from grabbing the latest (4096 points of) waveform, this should give you the idea.