Broadcasting Your Voice with ESP32-S3 & INMP441

This commit is contained in:
Eric
2023-05-16 15:15:24 -07:00
parent ea26810ea0
commit de2b756bd6
7 changed files with 1227 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "wsAudioServer",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Eric Nam",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"ws": "^7.2.0"
}
}