Also, is it possible to use the audio sockets as power switch, so when two jacks (line-in and line-out) are plugged in, the amplifier is powered on?
Finally, since my left ear is totally deaf and listening to stereo material is quite "annoying" because I cannot hear stuff that plays on the left channel, I wanted to have a stereo/mono switch. Wanting to preserve battery life, I was thinking about doing something like this (very basic sketch only to get the idea):
CODE
-----------------
L-----| Amplification |-----L
\ ----------------- /
\ /
\ /
\ /
\-----------------/
R-----| Amplification |-----R
-----------------
L-----| Amplification |-----L
\ ----------------- /
\ /
\ /
\ /
\-----------------/
R-----| Amplification |-----R
-----------------
In stereo mode, the left and right channel is amplified separately as usual. In mono mode, the left and right channel is combined, amplified and then splitted to left and right. The first amplifier is powered off. The volume is not going to be as high as in stereo mode, though, I guess.