UNPKG

@ozymandiasthegreat/vad

Version:

libfvad compiled to WASM to run in browsers, Node, and NativeScript

29 lines (28 loc) 709 B
{ "name": "@ozymandiasthegreat/vad", "description": "libfvad compiled to WASM to run in browsers, Node, and NativeScript", "version": "2.0.7", "author": { "name": "Tomas Ravinskas", "email": "tomas.rav@gmail.com" }, "main": "lib/index.js", "module": "lib/embedded.js", "typings": "typings/index.d.ts", "type": "module", "bugs": { "url": "https://github.com/OzymandiasTheGreat/libfvad-wasm/issues" }, "homepage": "https://github.com/OzymandiasTheGreat/libfvad-wasm/#readme", "keywords": [ "libfvad", "webrtc", "vad", "wasm" ], "license": "MIT", "repository": { "type": "git", "url": "git@github.com:OzymandiasTheGreat/libfvad-wasm.git" } }