microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.78k stars 4.89k forks source link

Virtual audio driver for surround sound. #377

Open westside opened 5 years ago

westside commented 5 years ago

I'm not sure this issue should go to stackoverflow, not here.

Anyway, I want to make a virtual audio driver which is supporting 7.1 surround like below. image

Is there any example for this? (even class name or example file.) I look through sysvad project, but could not find it.

levanmanhbka commented 4 years ago

Hi! I run sysvad example. But cannot install main driver. Thank you very much.

lavilycn commented 1 year ago

I'm not sure this issue should go to stackoverflow, not here.

Anyway, I want to make a virtual audio driver which is supporting 7.1 surround like below. image

Is there any example for this? (even class name or example file.) I look through sysvad project, but could not find it.

Did you solve this problem later? Thank you