The problem with that statement is that it shows it as a USB 1 connector. that could also be a big problem.
Link to the item
here.
Hey look! An honest one! Sort-of.
It does say that it's USB 2 (the connector didn't change at all until USB 3), but it also has a version that it calls USB 3, and that I doubt. Probably the same chip behind a different connector.
You still have the problem of USB 2 not being a big enough hose for HD video. So it has to compress *in the card* just to cram it through there. Maybe downconvert too.
It sounds like this when there isn't an input:
You may need to turn up the volume.
A pure digital thing (like HDMI -> USB) should be dead silent with no signal, because the concept of "no signal" actually exists in digital.
Analog things make noise when they're unplugged, because they *don't* have a concept of "no signal". Analog signals are just wiggling electrons, and if there's nothing to control them, they just wiggle how they want to, and that's a signal!
Digital signals are more like a language with words and grammar. If there's just noise and no coherent words, it's pretty obvious that there's no signal, so it should output silence instead.
The fact that you have *something* when you should have nothing, tells me that there's something wrong already.
---
Getting audio from a video capture device should be trivial, but enough people have asked about it that apparently it's not. The two general ways for it to work are:
- Keep the audio and video together as a single stream. Then a single source in OBS gets both.
- Separate them into a silent video stream and a separate "sound card". Then you need to grab the audio separately from the "sound card" that appears when you plug the video capture device into the USB port. Depending on how many "don't care's" there are in a cheap chip, there may still be a junk audio track along with the video that you should ignore or mute.
(the manufacturer chooses which option to use; you don't)