feat: add web interface and WebSocket server for real-time audio transmission to Discord

This commit is contained in:
baharsah
2026-05-13 00:32:27 +07:00
parent 1a5449f16d
commit 18cf941da0
7 changed files with 405 additions and 2 deletions
+6 -2
View File
@@ -14,16 +14,20 @@
"@snazzah/davey": "^0.1.10",
"crc-32": "^1.2.2",
"discord.js-selfbot-v13": "^3.7.1",
"express": "^5.2.1",
"ffmpeg-static": "^5.3.0",
"fluent-ffmpeg": "^2.1.3",
"libsodium-wrappers": "^0.8.2",
"node-crc": "^4.0.0",
"opusscript": "^0.1.1",
"prism-media": "2.0.0-alpha.0",
"sodium-native": "^4.3.2"
"sodium-native": "^4.3.2",
"ws": "^8.20.1"
},
"devDependencies": {
"@types/bun": "latest",
"@types/fluent-ffmpeg": "^2.1.28"
"@types/express": "^5.0.6",
"@types/fluent-ffmpeg": "^2.1.28",
"@types/ws": "^8.18.1"
}
}