Question / Help Microphone Echo and Static

FirePoisons

New Member
So I've was going to start streaming with my camera and mic for my games but every time I turn on the microphone I get this echoy static noise that blocks out my own voice and it's driving me up the wall. I tested my mic by recording it along on another recording software and it seems to have no problem at all. Any reason why?

Here's a link to my past broadcast that was having this problem: http://www.twitch.tv/firepoisons/b/587702580

Also here's a log file if anyone needs it.

Code:
13:55:19: CLR host plugin strings not found, dynamically loading 4 strings
13:55:19: CLRHost::Initialize() attempting to load and start the .NET runtime (null)
13:55:19: CLRHost::Initialize() Found version v2.0.50727 .NET runtime
13:55:19: CLRHost::Initialize() Found version v4.0.30319 .NET runtime
13:55:19: CLRHost::Initialize() attempting to use v4.0.30319 .NET runtime
13:55:19: CLRHost::LoadInteropLibrary() load the assembly plugins\CLRHostPlugin\CLRHost.Interop.dll
13:55:19: CLRHost::LoadPlugins() attempting to load the plugin assembly CLRBrowserSourcePlugin
13:55:19: CLRHost:: Could not find/load browser settings at location C:\Users\Adam\AppData\Roaming\OBS\pluginData\browser.json
13:55:19: CLRHost:: Exception: System.IO.FileNotFoundException: Could not find file 'C:\Users\Adam\AppData\Roaming\OBS\pluginData\browser.json'.
13:55:19: File name: 'C:\Users\Adam\AppData\Roaming\OBS\pluginData\browser.json'
13:55:19:    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
13:55:19:    at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
13:55:19:    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
13:55:19:    at CLRBrowserSourcePlugin.Shared.BrowserSettings.Reload()
13:55:19: CLRHost::LoadPlugins() successfully added CLR plugin [Type: CLRBrowserSourcePlugin.CLRBrowserSourcePlugin, Name: CLR Browser Source Plugin]
13:57:08: CLR host plugin instance deleted; removing dynamically loaded localization strings


Last game capture log:
2014-11-11, 13:32:59: we're booting up:
13:32:59: CaptureThread: attached to process javaw.exe
13:32:59: GL Present
13:32:59: DirectDraw Present
13:32:59: (half life scientist) everything..  seems to be in order
13:32:59: SwapBuffers(1694568099) Called
13:32:59: NV Capture available
13:32:59: FBO available
13:32:59: setting up gl data
13:32:59: DoGLGPUHook: wglDXOpenDeviceNV failed
13:32:59: ---------------------- Cleared OpenGL Capture ----------------------
13:32:59: DoGLCPUHook: success
13:32:59: wglSwapBuffers(1694568099) Called
13:32:59: setting up gl data
13:32:59: SwapBuffers(1694568099) Called
13:32:59: successfully capturing gl frames via RAM
13:33:09: ---------------------- Cleared OpenGL Capture ----------------------
13:33:09: wglSwapBuffers(1694568099) Called
13:33:09: setting up gl data
13:33:09: SwapBuffers(1694568099) Called
13:33:12: reacquiring gl due to resize...
13:33:12: DoGLGPUHook: wglDXOpenDeviceNV failed
13:33:12: ---------------------- Cleared OpenGL Capture ----------------------
13:33:12: DoGLCPUHook: success
13:33:12: wglSwapBuffers(1694568099) Called
13:33:12: setting up gl data
13:33:12: SwapBuffers(1694568099) Called
13:33:12: successfully capturing gl frames via RAM
13:38:21: stop requested, terminating gl capture
13:38:21: ---------------------- Cleared OpenGL Capture ----------------------
13:38:21: wglSwapBuffers(1694568099) Called
13:38:21: setting up gl data
13:38:21: SwapBuffers(1694568099) Called
13:38:29: DoGLGPUHook: wglDXOpenDeviceNV failed
13:38:29: ---------------------- Cleared OpenGL Capture ----------------------
13:38:29: DoGLCPUHook: success
13:38:29: wglSwapBuffers(1694568099) Called
13:38:29: setting up gl data
13:38:29: SwapBuffers(1694568099) Called
13:38:29: successfully capturing gl frames via RAM
13:40:59: stop requested, terminating gl capture
13:40:59: ---------------------- Cleared OpenGL Capture ----------------------
13:40:59: SwapBuffers(1694568099) Called
13:40:59: setting up gl data
13:40:59: wglSwapBuffers(1694568099) Called
13:48:20: DoGLGPUHook: wglDXOpenDeviceNV failed
13:48:20: ---------------------- Cleared OpenGL Capture ----------------------
13:48:20: DoGLCPUHook: success
13:48:20: wglSwapBuffers(1694568099) Called
13:48:20: setting up gl data
13:48:20: SwapBuffers(1694568099) Called
13:48:20: successfully capturing gl frames via RAM
13:55:06: stop requested, terminating gl capture
13:55:06: ---------------------- Cleared OpenGL Capture ----------------------
13:55:06: wglSwapBuffers(1694568099) Called
13:55:06: setting up gl data
13:55:06: SwapBuffers(1694568099) Called
 
Last edited by a moderator:

Sapiens

Forum Moderator
You configured your microphone as an audio device twice, once under Settings > Audio and once in your webcam's video capture source properties. Double-click on your webcam source and set the audio device there to "None".
 
Top