0.1.3 • Published 4 years ago

os-volume-controll v0.1.3

Weekly downloads
3
License
LGPL-3.0
Repository
github
Last release
4 years ago

OS Volume Controll

Part of Presentation Remote project.

Supported Operating Systems

  • Mac OS
  • Gnu/Linux
  • MS Windows

Usage

After loading module you can do this actions:

  • Mute with .mute()
  • Unmute with .unmute()
  • Increase volume with .incVol()
  • Decrease volume with .decVol()

For example:

var osvc = require("os-volume-controll");

osvc.mute();    # Mute
osvc.unmute();  # Unmute
osvc.incVol();  # Increase volume
osvc.decVol();  # Decrease volume
0.1.3

4 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago