audio-context-singleton
Version:
When you want to have an audioContext singleton but don't want to rewrite [this code](index.js), use this. Deals with browser differences in AudioContext and maintains the singleton.
27 lines (26 loc) • 747 B
JSON
{
"name": "audio-context-singleton",
"version": "2.0.0",
"description": "When you want to have an audioContext singleton but don't want to rewrite [this code](index.js), use this. Deals with browser differences in AudioContext and maintains the singleton.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:jimkang/audio-context-singleton.git"
},
"keywords": [
"audio",
"singleton",
"browser",
"utility"
],
"author": "Jim Kang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimkang/audio-context-singleton/issues"
},
"homepage": "https://github.com/jimkang/audio-context-singleton",
"devDependencies": {
"eslint": "^7.32.0"
},
"dependencies": {}
}