synaudio-cli
Version:
A command line tool for aligning and synchronizing two or more audio clips based on their content.
48 lines (47 loc) • 1.06 kB
JSON
{
"name": "synaudio-cli",
"version": "0.0.3",
"description": "A command line tool for aligning and synchronizing two or more audio clips based on their content.",
"author": {
"name": "Ethan Halsall",
"email": "ethanhalsall@pm.me"
},
"keywords": [
"wasm",
"simd",
"audio",
"video",
"resampling",
"analog audio",
"audio processing",
"synchronization"
],
"license": "GPL-3.0",
"type": "module",
"main": "index.js",
"bin": {
"synaudio-cli": "index.js"
},
"scripts": {
"format": "prettier --cache --write \"**/*.*{js,ts}*\""
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/eshaz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eshaz/synaudio-cli.git"
},
"bugs": {
"url": "https://github.com/eshaz/synaudio-cli/issues"
},
"homepage": "https://github.com/eshaz/synaudio-cli#readme",
"dependencies": {
"synaudio": "0.4.0",
"yargs": "^18.0.0"
},
"devDependencies": {
"prettier": "^3.6.2"
}
}