Skip to content
/ volume Public

Get and set master volume on Windows.

Notifications You must be signed in to change notification settings

Kingloo/volume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

volume

Console programme to adjust the default output and input volumes on Windows.

Written in Rust using windows-rs.

Usage

volume.exe {out|in} {inc|dec|0.NN}

Examples

volume.exe
show current volumes

volume.exe out inc
increment output volume by 1%

volume.exe in dec
decrement input volume by 1%

volume.exe out 0.50
set default output volume to 50%.

About

Get and set master volume on Windows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published