|
2008-05-14
, 15:35
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#2
|
|
2008-05-14
, 15:35
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#3
|
|
2008-05-14
, 15:38
|
Posts: 16 |
Thanked: 5 times |
Joined on Jan 2008
|
#4
|
|
2008-05-14
, 15:41
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#5
|
|
2008-05-14
, 15:53
|
Posts: 16 |
Thanked: 5 times |
Joined on Jan 2008
|
#6
|
Over in one of the other threads you started on this, Bundyo posted this.
That pretty much explains what is to be done.
Copying config options from one program to another unrelated program is unlikely to have any beneficial results.
|
2008-05-14
, 16:32
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#7
|
vi .atabake/config
|
2008-05-14
, 17:17
|
Posts: 16 |
Thanked: 5 times |
Joined on Jan 2008
|
#8
|
[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
|
2008-05-14
, 17:44
|
|
Posts: 546 |
Thanked: 85 times |
Joined on Feb 2008
@ Winnipeg, Canada
|
#9
|
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.
where you see "audio = oms" change it for "audio = mplayer"Code:[Media] 3gp = oms mp4 = oms m4a = oms rv = oms [Fallback] audio = oms video =mplayer general = mplayer [other] version = 0.1.4
save the file.
now to boost mplayer
go to /home/user/.mplayer/
then vi mplayer.conf
you will see this
Add this lineCode:# write your default config options here!
and saveCode:af=volume=15.1:0
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.
I tried on the canola.conf
adding this lines
softvol=yes
softvol-max=500
But it remainds the same.
Any ideas???