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

waaoffsetnode

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

waaoffsetnode

An audio offset node for web audio API

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
20
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

WAAOffsetNode

A simple offset node (or constant value) for Web Audio API.

Installation

You can grab the latest browser build from dist/ or install through npm with npm install waaoffset

Usage

Create :

var context = new AudioContext()
  , offsetNode = new WAAOffsetNode(context)

Connect :

// `WAAOffsetNode.connect` takes the same arguments as `AudioNode.connect`
offsetNode.connect(someOtherNode)

Control :

// `WAAOffsetNode.offset` is an `AudioParam`
offsetNode.offset.setValueAtTime(0.5, 10)

Build

npm run build

Run the tests

Run npm build.tests. It will create a waatest folder in the root of the package. Then open waatest/index.html in a web browser.

Keywords

audio

FAQs

Package last updated on 25 Apr 2016

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