nlsn-audio-control
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

nlsn-audio-control

Implements bash interface to control volume with pactl on top of child_process.

Usage

import { volume } from "nlsn-audio-control";

// Sets linux volume with pactl:
// pactl set-sink-volume @DEFAULT_SINK@ 10%
volume(10).catch(console.error);

Readme

Keywords

none

Package Sidebar

Install

npm i nlsn-audio-control

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

16.4 kB

Total Files

12

Last publish

Collaborators

  • nlsn