kanji koohii FORUM
Anki volume control? - Printable Version

+- kanji koohii FORUM (http://forum.koohii.com)
+-- Forum: Learning Japanese (http://forum.koohii.com/forum-4.html)
+--- Forum: General discussion (http://forum.koohii.com/forum-8.html)
+--- Thread: Anki volume control? (/thread-4195.html)



Anki volume control? - Hashiriya - 2009-10-14

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...


Anki volume control? - SammyB - 2009-10-14

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.


Anki volume control? - Hashiriya - 2009-10-14

unfortunately the other media player was at its max and anki was still louder


Anki volume control? - ocircle - 2009-10-14

... in vista you can control the volume of each application separately (under mixer).. but I don't know about other operating systems ...


Anki volume control? - xaarg - 2009-10-15

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:
Code:
[default]
volume=10
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:
Code:
[default]
af=scaletempo
speed=1.2
It's easier on real operating systems like MacOS or Linux. Just edit "~/.mplayer/config".


Anki volume control? - Hashiriya - 2009-10-15

thanks a lot i'll give it a try


Anki volume control? - Hashiriya - 2009-10-15

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


Anki volume control? - xaarg - 2009-10-16

Open it with an editor that handles plain text files.