Ever wonder why your OBS stream's soundquality sounds bad? You likely are missing the CoreAudioAACEncoder
The CoreAudioAACENcoder
has far better sound quality than the default ffmpeg AAC encoder.
- Open OBS
- Click
Help
- Click
Log Files
- Click
View Current Log File
- Scroll up a bit and you should be able to find a log message that says:
[CoreAudio encoder]: CoreAudio AAC encoder not installed on the system or couldn't be loaded
- If you got the message above, then you need to install it.
- Download both
AppleApplicationSupport.msi
andAppleApplicationSupport64.msi
- Double-click on each and run through the installer.
- Once installed, you should be able to open OBS and it detect that you have
CoreAudioAACEncoder
installed by going to the current log file and seeing the message:[CoreAudio encoder]: Adding CoreAudio AAC encoder
- That's it, you're now using it! Enjoy better audio quality for your live streams!
You shouldn't need to install it since it is builtin to MacOS