1.0.5 • Published 8 years ago

zhishinet-os-volume-controller v1.0.5

Weekly downloads
3
License
ISC
Repository
-
Last release
8 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
1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago