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

/nodesounds/

    Package Sidebar

    Install

    npm i nodesounds

    Weekly Downloads

    1

    Version

    1.7.0

    License

    ISC

    Last publish

    Collaborators

    • andrews54757