1.7.0 • Published 7 years ago

nodesounds v1.7.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

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
1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.0.0

7 years ago