Hello everybody,
I want to build a simple, passive summing mixer. Normally, I wouldn't need volume control, and I wouldn't even need Arduino for that.
But what I would like to achieve is this: whenever there is a sound played on input #2, the volume on input #1 should dim a bit. Why, you may ask?
Well, this is for my car, for voice-over navigation.
The project is this:
- on input #1 I will connect an audio player, and
- on input #2 I will connect an aftermarket navigation.
So, whenever the navigation will make an audio announcement, the music volume should be turned down a bit.
The question is: how can I detect that there is a sound on input #2? I thought about an envelope follower circuit, but there must be a simpler way... and the detection must be done instantly, so that the volume dimming could act properly, otherwise the navigation voice-over would overlap the music at about the same level.
What do you think?