Script for Linux Sound
Up to Scripts
Hi,
I share my first script for Tux.
Description :
This script can increase ,decrease or mute Linux sound, with the remote control.
Requirement :
aumix : This program adjusts an audio mixer from X, the console, a terminal, the command line or a script
http://www.jpj.net/~trevor/aumix.html
Launch it :
python -i sound.py
Press vol+ to increase sound, vol- to decrease, or MUTE to mute!!!
I've just seen a little problem. When you mute sound, the volume is not saved, then, if you want to put sound, volume is restarted at 0
Hi Thomas,
I installed aumix and I tested your python script for volume control. The remote control keys are processed by the script but it has no effect on the volume level when I play music with "aplay" or "xmms".
Do I have to tune some parameters on may .asound.rc file ?