zhishinet-os-volume-controller

1.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i zhishinet-os-volume-controller

Weekly Downloads

2

Version

1.0.5

License

ISC

Unpacked Size

56.4 kB

Total Files

9

Last publish

Collaborators

  • zhishinet