andreamazz / SubtleVolume

Replace the system volume popup with a more subtle indicator.
MIT License
1.2k stars 63 forks source link

Added ability to change device volume level programatically #11

Closed gapl closed 7 years ago

gapl commented 7 years ago

I have exposed the getter for volumeLevel publicly and added a function to change the volume of the device programatically. It includes the option to animate the change or not.

I have also added the new functionality to the README.

andreamazz commented 7 years ago

Hey @gapl, thank you, this looks really good.

andreamazz commented 7 years ago

Released version 0.3.0

gapl commented 7 years ago

Thanks!