0.0.8 • Published 1 year ago

node-sound v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
})
0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago