v1.0.0
This release completely changes the command line syntax.
Added
- Dump command to show or save current configuration.
- Apply command to restore a saved configuration.
Changed
- Previous functionality for switching the output device has changed significantly.
sbz-switch --speakers 3003 --volume 60
becomessbz-switch set -i "Processing Control" SpeakerConfig 12291 --volume 60
(3003 was a hex value and 12291 is decimal), however it seems-i "Device Control" SelectOutput 1
is a better way of doing the same thing. See README.md for more information about the new syntax.