Capture Sound Output In C#

后端 未结 3 1154
一整个雨季
一整个雨季 2020-12-06 01:10

I\'m trying to build a program in C# that will allow me to stream audio and video from one computer, over the network, to another computer, which is hooked up to a bunch of

3条回答
  •  时光取名叫无心
    2020-12-06 01:43

    In Windows, the audio card manufacturers could choose to supply a "what you hear" input stream in order for you to capture the output. If your sound card/driver doesn't have this feature, you could try to use the Virtual Audio Cable to perform the same thing.

    In Windows 7, there's a new functionality that allows you to listen to / capture any input stream directly.

提交回复
热议问题