Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 317 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 317 Bytes

volumecontrol

This is a cross platform package that allows you to change the volume. Currently only the SetVolume function is defined, but more will be added (ChangeVolume(diff), Mute()).

On mac osascript is used. Linux uses amixer and Windows depends on keypresses because we didn't want to use CGO

That is it.