GV-USB2-Driver
GV-USB2-Driver copied to clipboard
sound is weird
i have managed to install the drivers and get them working in OBS, but the sound output is very choppy.
(i'm pretty sure this isn't a problem with the capture card itself, as it worked last time i checked on windows)
i am running arch linux with kernel version 5.11.9, if that is any help
Also experiencing this. Works perfect on windows. Ubuntu 20.04 Kernel version 5.11.0
I am also experiencing this issue but I came up with a work around for OBS. If I loop the gvusb2 audio back to a virtual output device then select the device in OBS the sound works perfectly. Here are the commands for setting this up.
pacmd load-module module-null-sink sink_name=N64Sink
pacmd update-sink-proplist N64Sink device.description=N64Sink
pactl load-module module-loopback source="alsa_input.usb-I-O_DATA_I-O_DATA_GV-USB2_000000000000001-02.stereo-fallback" sink="N64Sink"
I'm also on Archlinux kernel version 5.14.16