robot9706/VirtualCameraDriver

audio ability

Closed this issue · 1 comments

How to add audio functionality?
It seems that this virtual camera can only transmit images.
Do you have any relevant suggestions?

Audio is a separate thing, you need to implement some kind of virtual audio source driver to have audio functionality. I haven't done something like that before so I cannot give you an example, but the Microsoft driver samples repo might have something like that.