detect-media-element-source
Version:
detects whether the browser supports WebAudio music streaming
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "detect-media-element-source",
"version": "1.1.2",
"description": "detects whether the browser supports WebAudio music streaming",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"audiobuffer-to-wav": "^1.0.0",
"once": "^1.3.3"
},
"devDependencies": {
"budo": "^8.3.0"
},
"scripts": {
"test": "node test.js",
"mp3": "node datauri > lib/noise.js",
"noise": "node tools/write-noise.js && npm run convert && node tools/datauri.js > lib/noise.js",
"convert": "ffmpeg -i tools/output.wav -y -codec:a libmp3lame -b 64k tools/noise.mp3",
"start": "budo test.js --live -- -t brfs"
},
"keywords": [
"test",
"detect",
"detects",
"webaudio",
"web",
"audio",
"source",
"music",
"stream",
"streaming",
"streams"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/detect-media-element-source.git"
},
"homepage": "https://github.com/Jam3/detect-media-element-source",
"bugs": {
"url": "https://github.com/Jam3/detect-media-element-source/issues"
}
}