Description: | Save and restore named alsaequal states. |
Latest Version: | 2013.7.10 |
Source Code: | src/ |
Architecture: |
|
Dependencies: |
|
Arch Repositories: |
|
AUR Page: | alsaequal-mgr |
Arch Forum Thread: | 166530 |
Tags: |
# Configure equalizer for stereo.
$ alsamixer -D equal
saved state "equal"
# Save state as "stereo".
$ alsaequal-mgr save stereo
saved state "stereo"
# Connect headphones and reconfigure equalizer.
$ alsamixer -D equal
saved state "equal"
#Save state as "headphones".
$ alsaequal-mgr save headphones
saved state "headphones"
#List saved states.
$ alsaequal-mgr list
headphones
stereo
# Disconnect headphones and restore "stereo".
$ alsaequal-mgr load stereo
loaded state "stereo"
See the list of statemgr-tagged projects.
$ alsaequal-mgr help
alsaequal-mgr - save and restore alsaequal states
USAGE
alsaequal-mgr [statedir <path>] <save|load|delete|rename> <state name> [<state name>]
alsaequal-mgr [purge|list|where|help]
If <state name> is '?zenity?', then zenity will be used to prompt for the state name.
statedir <path>
Select the state directory to use.
save <state name>
Save the current alsaequal state.
Previous saved states with the same name will be overwritten.
load <state name>
Load a saved alsaequal state.
Loading a state while an application is running may cause it to crash.
delete <state name>
Delete a saved alsaequal state.
delete <old state name> <new state name>
Rename a saved alsaequal state.
purge
Delete all saved states.
This can be useful when switching equalizer plugins.
list
List the saved states.
where
Show the path to the current state directory.
help
Display this help message and exit.