- Set-up capture for RCA Line In and NOT Mic In; done using 'alsamixer' binary i) Set 'Input Mux' to 'Line In' ii) Set 'Line' to "L R\nCapture"
- Run 'arecord' for test Ex: arecord -D hw:0,0 -f DAT my_record.wav [WORKS! Note: Have RCA Line In volume + player (device) volume up all the way] -> Note: 'sampleVolume.py' works once the above HW configuration is set
arecord -D hw:0,0 -f DAT my_record.wav
play track.wav stat -freq -> calculates the input's power spectrum (4096 point DFT) instead of the statictics normally done
https://www.ee.columbia.edu/~dpwe/sounds/music/ - Found that issues happen when using WAV files that are not at the expected 44.1kHz; otherwise get double the read size
https://dordnung.de/raspberrypi-ledstrip/
https://github.com/micropython/micropython/tree/master/examples/bluetooth