ShareX Screen recording options (virtual-audio-capturer) - no work C#
Hi! I am use Logitech USB Headset H390. I need to sound is recorded with the screen and microphone.
When I turned on (Audio source: virtual-audio-capturer)- no sound on the recording. When I turned on (Audio source: microphone(Logitech USB Headset)) - I have sound, but the sound of buzzing. I check my microphone in Skype, Skype in the sound is clear. http://i.piccy.info/i9/2b1adbde0df302177b6e587cb0b9f953/1439656623/58304/887339/1.png
9 Answer:
@VadymVolos Skype is not a good measure... Skype is 30kbit audio, and the compression may be eliminating the buzz.
Try a different audio recorder just to be sure, or try lowering the audio bitrate.
FFmpeg handling sound recording therefore I can't fix your problem if there is something to be fixed. But never heard anyone have your issue before. Also I'm not even sure is virtual-audio-capturer is fault because you telling even your microphone source having problem, which means problem must be something in your end.
By the way you must use screen-capture-recorder with virtual-audio-capturer together. Not with GDIGrab. Maybe it will solve your problem too?
Is Skype supports using these two source for testing purposes?
GD IGrab - I chose it for the test. I tried and so and so. Perhaps the problem is on my side.
Please tell me why, when selected (Audio source: virtual-audio-capturer) sound is not recorded? Silence. It is necessary that the sound was recorded with a USB microphone.
I didn't programmed virtual-audio-capturer myself too so I'm not sure: https://github.com/rdp/screen-capture-recorder-to-video-windows-free https://github.com/rdp/virtual-audio-capture-grabber-device
Thank you! Now the sound is good. I think the reason was raw Windows 10.
I closed it because issue was not to do with ShareX. And we couldn't reproduce it.
@VadymVolos how did you fix this on your end. I am having the same issue.
I had this exact issue with recording. It seems that ShareX looks at the "Recorder Devices for ShareX" install path or ..\Documents\ShareX\Tools because when doing a dry test run I get the error audio="virtual-audio-capturer" not found.
After https://github.com/rdp/screen-capture-recorder-to-video-windows-free/releases/tag/v0.12.11 grabbing this release and copy over the virtual audio capturer dll files to the install dir and ..\Documents\ShareX\Tools it worked.
I haven't narrowed down which folder is the determining location ShareX uses to check the presence of the files, but it's either one of those.
So the thing is I couldn't record my audio too.
I think I'm going to create a new issue now. because the "Test in console" works for me and has audio, but not the file moved to my screenshot directory.
Note: You also need to have Java installed for screen-capture-recorder to work.
UPD: it seems the problem is connected with my binding keys, because when I RMB and just select Record screen
, everything workds perfectly.
Read next
- swoole-src swSocket_set_buffer_size#329: setsockopt(4, SOL_SOCKET, SO_SNDBUF, 8388608) failed. Error: No buffer space available[55]. - Cplusplus
- tensorflow The repository 'file:/var/nccl-repo-2.2.13-ga-cuda9.2 Release' no longer has a Release file. Ubuntu-18.04 - Cplusplus
- electron Print issue on Electron from v7 - Print only works once (window.print()) - Cplusplus
- lotus Move bootstrap nodes to configuration Go
- orleans Is it possible to use the Azure Gateway type without Azure Cloud Services / AzureSilo ? C#
- M2M 100 for low resource languages - fairseq
- polkadot Thread 'tokio-runtime-worker' panicked at 'Storage root must match that calculated.', /rustc/04488afe34512aa4c33566eb16d8c912a3ae04f9/src/libstd/macros.rs:13 - Rust
- drake Support clang-4.0 in CMake (+ MATLAB) builds C++