Saturday 2 February 2019

arduino - How to detect line level audio signal?


I'm planning to build an automatic switch box for line inputs to my speakers. The switching itself seems fairly straightforward (a pair of de/multiplexers), but I don't know how to detect the audio signal, it should also not interfere with the signal itself.


The switch box will be controlled by an Arduino or something similar, as it needs to have some kind of timer so that it wont switch back and forth randomly if there are multiple inputs active.



So, how do I detect an active audio signal using an Arduino? (or similar) Will it interfere with the signal itself? How? How do I avoid that?




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...