node-sound

0.0.8 • Public • Published

node-sound

This is a library to play audio files from nodejs applications. This is a work in progress and may not be stable. But you can use and share your feedbacks.

Installation

npm install node-sound or yarn add node-sound

Usage

const { NodeSound } = require('node-sound');
const player = NodeSound.getDefaultPlayer();
player.play('sample.wav').then(() => {
	// TO DO
})

Readme

Keywords

Package Sidebar

Install

npm i node-sound

Weekly Downloads

5,216

Version

0.0.8

License

MIT

Unpacked Size

202 kB

Total Files

11

Last publish

Collaborators

  • jijojosephk