Skip to content

jijojosephk/node-sound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published