can anybody tell me how to adjust the volume control on the mp3s on Anki? i am watching japanese tv while i study and anki is WAAY too loud...
2009-10-14, 3:58 pm
2009-10-14, 4:34 pm
Is it not easier to just adjust the volume of the other program playing your japanese TV/movies/songs... eg. media player/VLC/Youtube etc.
2009-10-14, 7:37 pm
unfortunately the other media player was at its max and anki was still louder
Advertising (Register to hide)
May 16 - 30 : Pretty Big Deal: Save 31% on all Premium Subscriptions!
- Sign up here
2009-10-14, 9:03 pm
... in vista you can control the volume of each application separately (under mixer).. but I don't know about other operating systems ...
2009-10-15, 10:16 am
I believe Anki uses Mplayer on windows, so just search for "mplayer.exe" inside the Anki folder. Create a file named "config" in the same place where you found "mplayer.exe" and put this inside:
10 means 10%, so you can go up to 100 (the default) and down to 0 to mute mplayer.
You should be able to change other Mplayer options as well. E.g. this config file will result in 20% increase in playback speed without changing the pitch:
It's easier on real operating systems like MacOS or Linux. Just edit "~/.mplayer/config".
Code:
[default]
volume=10You should be able to change other Mplayer options as well. E.g. this config file will result in 20% increase in playback speed without changing the pitch:
Code:
[default]
af=scaletempo
speed=1.2
Edited: 2009-10-15, 10:20 am
2009-10-15, 11:17 pm
thanks a lot i'll give it a try
2009-10-15, 11:21 pm
how do i "create a file"? i see there is a config file in the mplayer folder already, but i don't know how to adjust it
2009-10-16, 8:21 am
Open it with an editor that handles plain text files.
