win-stream-audio
Version:
🎧 Stream Windows system audio to Android devices over WiFi with professional audio controls, EQ, pitch shifting, and effects
67 lines (66 loc) • 1.47 kB
JSON
{
"name": "win-stream-audio",
"version": "1.0.1",
"description": "🎧 Stream Windows system audio to Android devices over WiFi with professional audio controls, EQ, pitch shifting, and effects",
"main": "index.js",
"bin": {
"win-stream-audio": "./bin/cli.js"
},
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "echo 'Ready to publish win-stream-audio'"
},
"keywords": [
"audio",
"streaming",
"windows",
"android",
"wifi",
"equalizer",
"pitch-shift",
"effects",
"real-time",
"cockpit",
"audiopilot",
"websocket",
"system-audio",
"wireless",
"stereo-mix"
],
"author": {
"name": "krreet",
"email": "krreet@github.com",
"url": "https://github.com/krreet"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/krreet/win-stream-audio.git"
},
"bugs": {
"url": "https://github.com/krreet/win-stream-audio/issues"
},
"homepage": "https://github.com/krreet/win-stream-audio#readme",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"express": "^4.18.2",
"ws": "^8.14.2",
"ip": "^1.1.8",
"chalk": "^4.1.2",
"inquirer": "^8.2.5",
"ora": "^5.4.1",
"boxen": "^5.1.2"
},
"devDependencies": {},
"files": [
"bin/",
"public/",
"index.js",
"server.js",
"README.md",
"LICENSE"
]
}