nodesounds

1.7.0 • Public • Published

NodeSounds

Plays sound.

Usage

npm install nodesounds

var NodeSounds = require('nodesounds')
var Sounds = new NodeSounds('/pathtosoundfolder')
Sounds.add('test','file.mp3') // you can add sounds so you dont have to remember them
Sounds.play('test')

Sounds.play('anotherfile.mp3') // or you can just play by their file


// other things
Sounds.clear() // clear sounds

Readme

Keywords

none

Package Sidebar

Install

npm i nodesounds

Weekly Downloads

5

Version

1.7.0

License

ISC

Last publish

Collaborators

  • andrews54757