1.0.2 • Published 4 years ago

stereo-panner-node-polyfill v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

StereoPannerNode Polyfill

Build Status NPM Version License

Reference

https://webaudio.github.io/web-audio-api/#stereopanner-algorithm

Usage

Node

Install

npm install stereo-panner-node-polyfill

Import

import 'stereo-panner-node-polyfill'

Browser

Script tag (Download here)

<script src="/path/to/stereo-panner-node-polyfill.js"></script>

Extra

If you need AudioContext or BaseAudioContext polyfill: (Download here)

License

MIT