UNPKG

@wasm-audio-decoders/flac

Version:
58 lines (57 loc) 1.28 kB
{ "name": "@wasm-audio-decoders/flac", "version": "0.2.8", "description": "Web Assembly streaming FLAC 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/FLACDecoder.js", "src/FLACDecoderWebWorker.js", "dist/flac-decoder.min.js", "dist/flac-decoder.min.js.map" ], "keywords": [ "FLAC", "audio", "decoder", "multichannel", "surround", "stream", "streams", "libflac", "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/flac", "repository": { "type": "git", "url": "git+https://github.com/eshaz/wasm-audio-decoders.git", "directory": "src/flac" }, "funding": { "type": "individual", "url": "https://github.com/sponsors/eshaz" }, "dependencies": { "@wasm-audio-decoders/common": "9.0.7", "codec-parser": "2.5.0" } }