module/alsa: add ‘percent’ tag - volume level as a percentage

Fixes part of #10
This commit is contained in:
Daniel Eklöf 2020-09-24 13:39:52 +02:00
parent eceee99fb0
commit 85ae4cca37
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 14 additions and 1 deletions

View file

@ -6,6 +6,11 @@
## Unreleased
### Added
* alsa: `percentage` tag. This is an integer tag that represents the
current volume as a percentage value.
### Deprecated
### Removed
### Fixed