Kodi Community Forum
LOW sound in frodo - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: LOW sound in frodo (/showthread.php?tid=160571)



LOW sound in frodo - sippanspojk - 2013-03-26

Hi, I'm new to xbmc but so far i like it. There is just one little thing, the sound is really low, and i mean REALLY low. I can hear some audio but not much. It doesn't matter if I use my separate speakers or those who are built in my mac.

I would be greatful for some answers.


RE: LOW sound in frodo - jopie - 2013-03-27

A little more info on your setup might help us answer your question. HDMI connection? Receiver? Audio settings in XBMC?


RE: LOW sound in frodo - sippanspojk - 2013-03-27

Output: Analog
Speaker Conf: 2.1
Boost volume: (x)
Audio output device: Built-in output or airplay
Play GUI sounds: Only when playback stopped

That's my settings in XBMC, I guess thats defaults.

My mac is from early 2009 so I transfer the video via HDMI to my tv and i play the audio either through airplay or AUX-cable on my 2.1 speakers (no receiver).


RE: LOW sound in frodo - Glorious1 - 2013-03-27

You might check in guisettings.xml, search for <fvolumelevel>. If it is below 1.000000, change it to that value.

This is where you would have to change it:
Code:
<audio>
    <mute>false</mute>
    <fvolumelevel>1.000000</fvolumelevel>
</audio>

guisettings.xml is in /Users/YourUserName/Library/Application Support/XBMC/userdata/


RE: LOW sound in frodo - Memphiz - 2013-03-27

2.1 <- set it to 2.0 if you have analog ...


RE: LOW sound in frodo - sippanspojk - 2013-03-29

(2013-03-27, 15:01)Glorious1 Wrote: You might check in guisettings.xml, search for <fvolumelevel>. If it is below 1.000000, change it to that value.

This is where you would have to change it:
Code:
<audio>
    <mute>false</mute>
    <fvolumelevel>1.000000</fvolumelevel>
</audio>

guisettings.xml is in /Users/YourUserName/Library/Application Support/XBMC/userdata/

I couldn't find the file. I found the XBMC-folder under user/MyUserName/WindowsSupport. I did find a file named BootCamp.xml but it didn't help me very much.


RE: LOW sound in frodo - Glorious1 - 2013-03-29

I assumed you were using a mac because you posted in Mac OS X support. I'm sure you can easily look in the wiki and find out where to find it in Windows.


RE: LOW sound in frodo - winestock - 2013-03-30

http://wiki.xbmc.org/?title=Userdata:

[Windows 7 ] Users\%userprofile%\AppData\Roaming\XBMC\userdata\
[Windows XP] Documents and Settings\%userprofile%\Application Data\XBMC\userdata\


RE: LOW sound in frodo - sippanspojk - 2013-03-31

(2013-03-29, 20:23)Glorious1 Wrote: I assumed you were using a mac because you posted in Mac OS X support. I'm sure you can easily look in the wiki and find out where to find it in Windows.

Yeah I do use mac,but it said windows support anyway.


RE: LOW sound in frodo - Glorious1 - 2013-04-01

Well that's weird. You must have a Library folder in your user folder? In case you don't know, that is hidden by default in recent versions of the OS.

In the Finder, open the Go menu to see a list of folders. Press the option key and the Library folder should show up. Then follow the path gave you above. If you don't find your XBMC folder that way, you've got something weird going on.