rdp / virtual-audio-capture-grabber-device

free audio capture device to capture all the "wave out sound" that is playing on your speakers (i.e. record what you hear) for Windows Vista+. Releases downloadable in this package:
https://github.com/rdp/screen-capture-recorder-to-video-windows-free
Other
578 stars 181 forks source link

Is there any way to use this without install `screen capture recorder` packet #21

Closed zhaohuaxishi closed 6 years ago

zhaohuaxishi commented 7 years ago

I use ffmpeg(libavdevice, not the command line tool) with this to capture the "wave out sound" of my computer. everything works perfect excpet that i have to install screen capture recorder first and for me, the size of the packet is too big.

Is there any way that i can use the functionality without install the packet? i tried to packet audiosniffer.dll with my program, but it not working(my program crash).

rdp commented 7 years ago

You may need to install the MSVC 2010 runtime as well?

On Tue, Aug 1, 2017 at 11:28 PM, zhaohuaxishi notifications@github.com wrote:

I use ffmpeg(libavdevice, not the command line tool) with this to capture the "wave out sound" of my computer. everything works perfect excpet that i have to install screen capture recorder first and for me, the size of the packet is too big.

Is there any way that i can use the functionality without install the packet? i tried to packet audiosniffer.dll with my program, but it not working(my program crash).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rdp/virtual-audio-capture-grabber-device/issues/21, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAw0O2fAcIpI8XETPpubL4ERg81KfFbks5sUAj_gaJpZM4Oqnbt .

rdp commented 6 years ago

Yes it is possible, just register the .dll (and install the MSVC 2010 runtime) let me now if not working...