Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is purpose of device OBS Virtual Audio in streamlabs virtual camera? #991

Open
alokmahor opened this issue Sep 1, 2021 · 2 comments

Comments

@alokmahor
Copy link

In file https://github.com/stream-labs/obs-virtual-cam/blob/08bb5df18a60b6e84bc81a01d51d4b3b9002b03d/src/virtual-source/dllmain.cpp

const AMOVIESETUP_FILTER AMSFilterA =
{
	&CLSID_OBS_VirtualA,  
	L"OBS Virtual Audio",     
	MERIT_DO_NOT_USE,      
	1,                     
	&AMSPinA             
};

What is purpose of this device?

@alectrocute
Copy link

alectrocute commented Sep 16, 2021

It acts a loopback audio device to capture system audio (eg. Blackhole) but only if it's already installed on the user's machine.

@alokmahor
Copy link
Author

It acts a loopback audio device to capture system audio (eg. Blackhole) but only if it's already installed on the user's machine.

Can we use this as virtaul mic? Like in zoom meeting I can select Streamlabs OBS Camera can I select OBS virtaul audio? So system audio can aslo be broadcasted like video is getting broadcasted using virtaul camera

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants