You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The node-wav-player is a Node.js module which allows you to play a wav file on the host computer. It supports Windows 11, MacOS X, and some Linux distros.",
"main": "./lib/wav-player.js",
"files": [
"lib"
],
"directories": {
"lib": "./lib"
},
"types": "types/wav-player.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"