Skip to content

scharc/alsamixer-fader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

alsamixer-fader

Simple Bash-script to Fade Audio Volume with amixer

I needed a way to trigger a volume change from the command line and wanted linear fade for the volume. It uses the alsa-system. The script will get the current value via

'amixer get CHANNEL'

CHANNEL should always be a constant hard coded in the bash file.

simple to use ./fade.sh VOLUME SPEED

VOLUME between 0 - 100
SPEED sleep between the the 1%-Steps

About

Simple Bash-script to Fade Audio Volume with amixer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages