5

I've looked at several questions, such as:

Isolating audio ground between devices

I want to connect an input and output audio line signal of two different devices. The earth potential of their audio connectors is might be floating, connected to mains earth, or offset by some DC or AC amount, with some resistance and other complications - the usual real-life audio stuff.

Is a simple solution to connect them with two capacitors? The function generator is the line out, and speaker the line in:

schematic

simulate this circuit – Schematic created using CircuitLab

I'd rather not use audio transformers if this will do.

Edit - Additional details

  • The above values are a bit of a hack. The circuit too, so I'd expect problems like pops on power up at least
Jodes
  • 5,044
  • 9
  • 48
  • 75

2 Answers2

5

AC mains is a audio frequency so capacitors large enought to pass audio will not effectively block AC hum. use an audio isolating transformer instead.

Small transformers are available for line level signals, and larger ones for loudspeaker signals.

isolation is no needed between a floating and a fixed device unless the floating device must stay floating.

  • How do hi-fi separates ensure compatibility? – Jodes Mar 21 '19 at 03:14
  • 2
    @CL22 -- the thing with "hifi" gear is that it's designed so that everything "floats together" if you will, with ungrounded (Class II, in modern gear) power supplies throughout – ThreePhaseEel Mar 21 '19 at 03:17
1

No, your circuit won't work as expected. The capacitor in the audio ground is connected to the two grounds so if they are at different DC potentials it will simply charge up and stay there at that potential difference, with no current flowing.

Which tells us the real answer; if both audio circuits are grounded and the grounds may be offset, just disconnect the audio return wire with a "ground lift" switch. Note, it is not safe to disconnect an actual circuit/safety ground, just the audio ground connection between the two. So then you just have one wire carrying the signal, with a capacitor in it.

In other words, just avoid a ground loop by not connecting the two grounds together.

Ian Bland
  • 2,649
  • 1
  • 14
  • 18
  • Joining the two grounds does charge the capacitor to keep it at that potential, leaving no current flowing for DC offsets. I'm sure that that is not an issue. It means both are effectively ground for DC which is what the circuit neeeds – Jodes Mar 21 '19 at 18:36