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

audio capture problem under Windows 8.1 with Surface Pro 3 #13

Closed gandalfliang closed 6 years ago

gandalfliang commented 9 years ago

Using ffmpeg and audio_sniffer to capture system sound under windows 8.1,here is the command line: ffmpeg -y -f dshow -i audio="virtual-audio-capturer" output.mp3

the problem is when there's no sound when start recording, and play sound(like a song for example) in the middle of the recording, the output file would probably starts playing the sound from the beginning(00:00:00), which means it "cut off" the "blank" sound before the real sound begins. Help please.

rdp commented 9 years ago

yeah it's a bug. I'd be happy to fix it if somebody funded this... In the meantime you can try playing silence http://blogs.msdn.com/b/matthew_van_eerde/archive/2008/12/10/sample-playing-silence-via-wasapi-event-driven-pull-mode.aspx

On Tue, Nov 18, 2014 at 6:51 PM, Gandalfliang notifications@github.com wrote:

Using ffmpeg and audio_sniffer to capture system sound under windows 8.1,here is the command line: ffmpeg -y -f dshow -i audio="virtual-audio-capturer" output.mp3

the problem is when there's no sound when start recording, and play sound(like a song for example) in the middle of the recording, the output file would probably starts playing the sound from the beginning(00:00:00), which means it "cut off" the "blank" sound before the real sound begins. Help please.

— Reply to this email directly or view it on GitHub https://github.com/rdp/virtual-audio-capture-grabber-device/issues/13.

FrankOcean11 commented 8 years ago

m looking for a windows C#/C++ self contain program that can record any sounds coming from the mic connected to my pc Win 8.1 Surface pro2

i already have my source made up and am simply looking to embed functions i can use to trigger events that can tell my program to take THAT rec audio and pass it thru THAT virtual-audio-capture-grabber-device and store THAT virtual-audio-capture-grabber-device output file from THAT folder with time and date so tha i can have my program later on parse thru it by using those keys/tags "time & date" (metadata)

is this program for me ? im looking for something very basic small and self contain or something i can embed on to my code itself.

rdp commented 8 years ago

You could do a directshow graph I suppose...or just run ffmpeg :)

On Tue, Feb 9, 2016 at 1:34 PM, Frank notifications@github.com wrote:

m looking for a windows C#/C++ self contain program that can record any sounds coming from the mic connected to my pc Win 8.1 Surface pro2

i already have my source made up and am simply looking to embed functions i can use to trigger events that can tell my program to take THAT rec audio and pass it thru THAT virtual-audio-capture-grabber-device and store THAT virtual-audio-capture-grabber-device output file from THAT folder with time and date so tha i can have my program later on parse thru it by using those keys/tags "time & date" (metadata)

is this program for me ? im looking for something very basic small and self contain or something i can embed on to my code itself.

— Reply to this email directly or view it on GitHub https://github.com/rdp/virtual-audio-capture-grabber-device/issues/13#issuecomment-182049194 .

rdp commented 6 years ago

hopefully fixed now