node-sfx icon indicating copy to clipboard operation
node-sfx copied to clipboard

Add some sound effects to your node programs.

Results 6 node-sfx issues
Sort by recently updated
recently updated
newest added

i noticed you have platform json files. Here's how you run a sound effect in the windows cmd. ``` exec('powershell -c (New-Object Media.SoundPlayer "notification.wav").PlaySync();', function (error, stdout, stderr) { //...

I wrote this many months ago and forgot to PR it. It uses a VB script in minimized mode to play the sound. A tad hacky, but good for an...

For some reason I can't the following to work via a command line node app: ``` js sfx.say("The skeleton ran out of shampoo in the shower.", "random"); ``` Should this...

While using your lib under Ubuntu 15.04 I couldn't get it to work. It just failed silently. Discovered that it was the volume arg for linux that was the culprit....

I wasn't able to get this to play `.mp3`s. After looking through the source, I realized you only used `.aiff` sounds. Luckily I was able to convert my files. Can...

This is a cool project but I am worried about the legal status of the sounds copied from OSX. I suggest to replace these sounds with free sounds from: Freesound...