New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

node-sound

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sound

A library to play audio files from nodejs applications

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

node-sound

This is a library to play audio files from nodejs applications. This is a work in progress and may not be stable. But you can use and share your feedbacks.

Installation

npm install node-sound or yarn add node-sound

Usage

const { NodeSound } = require('node-sound');
const player = NodeSound.getDefaultPlayer();
player.play('sample.wav').then(() => {
	// TO DO
})

Keywords

play

FAQs

Package last updated on 17 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts