mpg123-decoder
Version:
Web Assembly streaming MPEG Layer I/II/III decoder
59 lines (58 loc) • 1.29 kB
JSON
{
"name": "mpg123-decoder",
"version": "1.0.2",
"description": "Web Assembly streaming MPEG Layer I/II/III decoder",
"type": "module",
"main": "./index.js",
"exports": {
"types": "./types.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"types": "types.d.ts",
"files": [
"index.js",
"types.d.ts",
"src/EmscriptenWasm.js",
"src/MPEGDecoder.js",
"src/MPEGDecoderWebWorker.js",
"dist/mpg123-decoder.min.js",
"dist/mpg123-decoder.min.js.map"
],
"keywords": [
"MPEG",
"mp1",
"mp2",
"mp3",
"audio",
"decoder",
"stream",
"streams",
"mpg123",
"libmpg123",
"Web Assembly",
"Wasm",
"Web Worker"
],
"author": {
"name": "Ethan Halsall",
"email": "ethanhalsall@pm.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/eshaz/wasm-audio-decoders/issues"
},
"homepage": "https://github.com/eshaz/wasm-audio-decoders/tree/master/src/mpg123-decoder",
"repository": {
"type": "git",
"url": "git+https://github.com/eshaz/wasm-audio-decoders.git",
"directory": "src/mpg123-decoder"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/eshaz"
},
"dependencies": {
"@wasm-audio-decoders/common": "9.0.7"
}
}