Kodi Community Forum

Full Version: No GUI sounds in Frodo 12.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just installed Frodo on 4 computers. For some reason on only 3 of those computers I don't get any GUI sounds, which is not that bad I guess, but I also don't get audio for most addons, which means I can't stream anything from online sources anymore since there's no audio.

They are all Dell computers using the onboard analog sound. Everything used to run just fine on Eden.
Thanks for pointing me in that direction fritsch. Right after I posted the link to my log I started to google some of the errors I found in my log and came accross this:
http://forum.xbmc.org/showthread.php?tid=151561

Fix was to change the sample rate in advancedsettings.xml file in :~/.xbmc/userdata. Add the following tags...

Code:
<advancedsettings>
<audio>
<resample>48000</resample>
</audio>
</advancedsettings>.