Question / Help OBS MP No Audio in local recording.

Natergamez

New Member
Alright. I love OBS, so I thought I'd try OBS MP since it seems to have what I want, because Audacity is giving me a lot of trouble lately. So I got everything set up and the video recording looks amazing. I however, cannot get any sound to record. From my mic or desktop. I've tried using WMP and VLC. When recording, the mic bar isn't even showing that it's hearing anything. Same with the desktop bar. I have everything selected (i think correctly) in the settings. I'm at a loss. All of the posts just talk about using VLC, but it's not even trying to record sound it seems.

The log attached is just a sound test, only a few seconds. Let me know if you want something longer.
 

Attachments

  • 2015-08-30 09-41-14.txt
    9.7 KB · Views: 42
I see two things happening:
Code:
09:41:16.223: WASAPI: Device 'Microphone (Blue Snowball)' initialized
09:41:16.223: source 'Audio Input Capture' (wasapi_input_capture) created
and
Code:
09:41:22.738: source 'Audio Input Capture' destroyed
09:41:22.739: WASAPI: Device 'Microphone (Blue Snowball)' Terminated

Can you try removing and recreating your audio source? Or do you have it in Audio? Or both?:

Code:
09:41:16.203: WASAPI: Device 'Microphone (Blue Snowball)' initialized
09:41:16.203: source 'Mic/Aux' (wasapi_input_capture) created
...
09:41:16.223: WASAPI: Device 'Microphone (Blue Snowball)' initialized
09:41:16.223: source 'Audio Input Capture' (wasapi_input_capture) created

You should delete one or the other...
 
Top