Question / Help No Game Audio when local recording (works with VLC)

KamelJabber

New Member
This issue was something I had in the past with DGX. I no longer have that card and am using on board audio.

I tried to perform some local recording and can not capture the game audio.

I clicked around some settings with no luck.

How can I resolve this? Log file: https://gist.github.com/f9fcf96e6038a1f35d43

Oh wait, looking at the log file I see something suspicious...uhh what is that...?

Code:
17:54:04.353: Loading module: coreaudio-encoder.dll
17:54:04.353: [CoreAudio encoder]: Failed loading library 'CoreAudioToolbox.dll'
17:54:04.353: [CoreAudio encoder]: Couldn't load CoreAudio AAC encoder

uhh, I googled CoreAudioToolbox.dll and got a hella mess of info.
 
The CoreAudio AAC Encoder is Apple's Encoder for AAC. It's used if you have Quicktime installed. Your log says it's not installed, but the section

Code:
17:54:04.610: AAC encoder bitrate mapping:
17:54:04.610:      32 kbit/s: 'FFmpeg Default AAC Encoder' (ffmpeg_aac)
17:54:04.610:      64 kbit/s: 'FFmpeg Default AAC Encoder' (ffmpeg_aac)
17:54:04.610:      96 kbit/s: 'Media Foundation AAC Encoder' (mf_aac)
17:54:04.610:     128 kbit/s: 'Media Foundation AAC Encoder' (mf_aac)
17:54:04.610:     160 kbit/s: 'Media Foundation AAC Encoder' (mf_aac)
17:54:04.610:     192 kbit/s: 'Media Foundation AAC Encoder' (mf_aac)
17:54:04.610:     224 kbit/s: 'FFmpeg Default AAC Encoder' (ffmpeg_aac)
17:54:04.610:     256 kbit/s: 'FFmpeg Default AAC Encoder' (ffmpeg_aac)
17:54:04.610:     288 kbit/s: 'FFmpeg Default AAC Encoder' (ffmpeg_aac)
17:54:04.610:     320 kbit/s: 'FFmpeg Default AAC Encoder' (ffmpeg_aac)

says that your OBS isn't even trying to use it. So no worries there.

Can you show the details of where you set up the Audio Capture? Whether in Audio settings or as a seperate source...
 

KamelJabber

New Member
A quick google search leads me to believe it might me a windows media player codec issue?

Not sure...
 
Last edited:
Top