0

I thought that it can be helpful for other people that are doing testing on mobile devices these days, so I would like to know if one can plug an Android phone into a USB sound card using a 4-poles 3.5 mm cable (no splitter in between).

enter image description here

The USB sound card belongs to a Razer BlackShark V2 Gaming Headset. The idea is to use the computer as a microphone for the smartphone so that one can control what audio is transmitted during a call.

JMFS
  • 113
  • 5
  • 1
    Yes. But I would be careful with the volume. The audio output from your phone is meant to drive headphones and is much more powerful than the tiny signal from a microphone. The DAC might not be expecting a signal that strong. – DKNguyen Jun 01 '21 at 14:21

1 Answers1

3

No, it isn't that simple.

You need the earphone output of each going into the microphone output of the other.

You need at a minimum a sort of "cross over" cable.

That won't be enough, though.

The signal level of the earphone outputs is too high for the microphone inputs.

You need to reduce the earphone level to what the microphone requires.

We had a similar question recently. The result is that you need a circuit like this:

enter image description here

You need one of those in each direction.

Whether you use splitters and other cables to connect a four pole Android phone and a three pole (or four pole) PC isn't all that important. The fact of it is, though that you'll need some passive components to make it work properly.


You may or may not need the 2k resistor across the microphone on the PC side. Some recognize the microphone plug mechanically, others electrically.

JRE
  • 67,678
  • 8
  • 104
  • 179
  • You even created an article that I can reference to respect copyrights: https://josepheoff.github.io/posts/androidtranscribe5. Thanks for resolving that too. – JMFS Jun 02 '21 at 04:17