Ok I already boost volume on canola, first find the atakabe folder. the atakabe folder and then the config file is locate it in /home/user/.atakabe/ #the point "." is for hide folders so you won't see it with ls on user. then open the config file with vi vi config there you will see something like this. Code: [Media] 3gp = oms mp4 = oms m4a = oms rv = oms [Fallback] audio = oms video =mplayer general = mplayer [other] version = 0.1.4 where you see "audio = oms" change it for "audio = mplayer" save the file. now to boost mplayer go to /home/user/.mplayer/ then vi mplayer.conf you will see this Code: # write your default config options here! Add this line Code: af=volume=15.1:0 and save test it. You can change the 15.1 for a bigger number to test another results. This one works for me. NOTE: I am a newbie and this works for me, do it at your own risk. Please make back ups of the files are you going to modify.
[Media] 3gp = oms mp4 = oms m4a = oms rv = oms [Fallback] audio = oms video =mplayer general = mplayer [other] version = 0.1.4
# write your default config options here!
af=volume=15.1:0