Question / Help I have robo-voice on stream!

tekish11

New Member
Hey everyone!

I did a few searches on the forum and I ran into a couple of people who had the same problem, but it looks like no one responded to any of the previous posts.

My mic records completely normally on audacity and comes through just fine via skype, but for some reason sounds all robotic on stream.

Example: http://www.twitch.tv/timkish101/b/548553136

Any idea what's causing this?
 

tekish11

New Member
Code:
20:03:19: CUDA loaded successfully
20:03:21: 1 CUDA capable devices found
20:03:21: [ GPU #0 - < GeForce 840M > has Compute SM 5.0, NVENC Available ]
20:03:26: Open Broadcaster Software v0.625b - 64bit ( ^ω^)
20:03:26: -------------------------------
20:03:26: CPU Name: Intel(R) Core(TM) i5-4200H CPU @ 2.80GHz
20:03:26: CPU Speed: 2794MHz
20:03:26: Physical Memory:  8109MB Total, 3883MB Free
20:03:26: stepping id: 3, model 60, family 6, type 0, extmodel 1, extfamily 0, HTT 1, logical cores 4, total cores 2
20:03:26: monitor 1: pos={0, 0}, size={1920, 1080}
20:03:26: Windows Version: 6.2 Build 9200 
20:03:26: Aero is Enabled
20:03:26: -------------------------------
20:03:26: OBS Modules:
20:03:26: Base Address     Module
20:03:26: 0000000078CE0000 OBS.exe
20:03:26: 00000000AD9D0000 OBSApi.dll
20:03:26: 00000000C0CC0000 DShowPlugin.dll
20:03:26: 00000000BA910000 GraphicsCapture.dll
20:03:26: 00000000BA8E0000 NoiseGate.dll
20:03:26: 00000000BA7C0000 PSVPlugin.dll
20:03:26: ------------------------------------------
20:03:26: Adapter 1
20:03:26:   Video Adapter: NVIDIA GeForce 840M
20:03:26:   Video Adapter Dedicated Video Memory: 2068705280
20:03:26:   Video Adapter Shared System Memory: 2147610624
20:03:26:   Video Adapter Output 1: pos={0, 0}, size={1920, 1080}, attached=true
20:03:26: ------------------------------------------
20:03:26: Adapter 2
20:03:26:   Video Adapter: Intel(R) HD Graphics 4600
20:03:26:   Video Adapter Dedicated Video Memory: 0
20:03:26:   Video Adapter Shared System Memory: 1879048192
20:03:26: =====Stream Start: 2014-07-17, 20:03:26===============================================
20:03:26:   Multithreaded optimizations: On
20:03:26:   Base resolution: 1920x1080
20:03:26:   Output resolution: 1096x616
20:03:26: ------------------------------------------
20:03:26: Loading up D3D10 on NVIDIA GeForce 840M (Adapter 1)...
20:03:27: ------------------------------------------
20:03:27: Audio Format: 44100 Hz
20:03:27: ------------------------------------------
20:03:27: Audio Channels: 2 Ch
20:03:27: Playback device {0.0.0.00000000}.{fa6df350-e121-4801-8f0d-fba323764a1e}
Warning -- MMDeviceAudioSource::Initialize(0): Could not create IAudioClient = 88890004

Error: Cannot initialize desktop audio sound, more info in the log file.

I already solved the "initialize desktop audio sound" thingie btw,
 

dodgepong

Administrator
Community Helper
Then can you post a log from after you solved that problem? One where you were able to stream successfully?
 

dodgepong

Administrator
Community Helper
Don't use MP3 audio, there's pretty much no reason to. AAC is better quality and more compatible with h264 containers.

Also you have to mica dded twice: once as the mic for the webcam, and once as your aux device. You should probably use only one of those at a time.
 
Top