I am fairly confident with changing the status of LEDs connected to the GPIO via Python in the Raspberty Pi however I am interested in manipulating the status of the LEDs according to how loud the analog audio is that is being pumped into the GPIO. I have a few questions though...
- Is it possible for me to connect the analog audio from an iPod for example into the GPIO on the Raspberry Pi?
- How can I detect the amplitude of the audio being received?
- How would I make an LED turn on when the audio had exceeded a certain amplitude?
Thanks