Andersama / obs-asio

ASIO plugin for OBS-Studio
GNU General Public License v3.0
698 stars 44 forks source link

Zoom H5 only mute #55

Closed psander247 closed 4 years ago

psander247 commented 4 years ago

Hello, I would like to use my Zoom H5 in obs. I can select the H5 in Asio settings, but I cant select a channel. There is only "mute" available.

It worked for one time. But after a restart of obs the channels don´t show up.

Maybe someone can help me ?

TIA

AspiringFate commented 4 years ago

I am also having this issue with both my Zoom F4 and my Zoom H6. These both used to work before update 25 to OBS.

pkviet commented 4 years ago

I need a log . Since i don't own these devices it's impossible for me to debug without some infos. Just saying it doesn't work, won't help me fix the problem.

On Fri, Jun 19, 2020, 03:34 AspiringFate notifications@github.com wrote:

I am also having this issue with both my Zoom F4 and my Zoom H6. These both used to work before update 25 to OBS.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Andersama/obs-asio/issues/55#issuecomment-646386639, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACG2OT3IDJAI6UJJN4ONHTLRXK6CDANCNFSM4NAXCAFQ .

AspiringFate commented 4 years ago

Give me like 5 min and I can pull the OBS log. I will attach a screengrab of the issue we are seeing.

I need a log . Since i don't own these devices it's impossible for me to debug without some infos. Just saying it doesn't work, won't help me fix the problem. On Fri, Jun 19, 2020, 03:34 AspiringFate @.***> wrote: I am also having this issue with both my Zoom F4 and my Zoom H6. These both used to work before update 25 to OBS. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#55 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACG2OT3IDJAI6UJJN4ONHTLRXK6CDANCNFSM4NAXCAFQ .

AspiringFate commented 4 years ago

2020-06-18 18-27-24.txt obsASIO_zoom_driver_issue

AspiringFate commented 4 years ago

There is the screenshot and the OBS Log file

pkviet commented 4 years ago

which version works for your device ? obs-asio version and obs-studio version too please Also try older versions v1 ; if you know how to compile you could try the bassasio version of the plugin.

AspiringFate commented 4 years ago

I wish I knew how to compile! I, unfortunately, do not. It was working prior with v1.3.1 of obs-aiso and I believe the last time it was working I was on obs version 24.0.6.

pkviet commented 4 years ago

i don't know really why it's not working. The log shows an issue connecting to your device. You're not using your device with another asio app at the same time ? asio is not multi-client. Some devices bypass this though but most don't. So if you have a daw open at the same time as obs, it won't work ...

pkviet commented 4 years ago

someone in the team has a zoom device; he'll check

pkviet commented 4 years ago

so someone else in the obs dev team tested his zoom device and he tells me: OBS 25 + ASIO capture audio from Zoom H4n Pro just fine I've no idea whats going on w/ your devices

AspiringFate commented 4 years ago

No OBS is the only thing open and accesses them at a time.

al # #

OBS 25 + ASIO capture audio from Zoom H4n Pro just fine

The h4 uses a different driver set because it doesn't have the multi IO ability. When I put them into a stereo mode, OBS picks them up fine. but that disables the ASIO driver side of things that the multi IO driver adds.

I just tried the asio input while having both the h6 and the f4 in stereo mode and it can see them fine. The issue is definitely something between zooms multi asio driver and obs-asio.

pkviet commented 4 years ago

there's no change in the code of obs-asio in between the versions I compiled against obs-studio v24 and v25. Only libobs changed in obs-studio, so this required to relink obs-asio, that's all. So I have 0 clue as to why it used to work in v24 and not on v25. I'd need one of these devices to be able to trace in the code. I'd suggest to try other versions of the plugin (the bassasio version is very good; but since I can't release it, you'll have to find someone who can compile it for you).