implemented audio streaming to browser, but it didnt work

This commit is contained in:
tdv
2025-10-16 18:49:02 +03:00
parent af7c659bef
commit f59883315d
9 changed files with 378 additions and 113 deletions

View File

@@ -7,7 +7,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*","src/types/**/*"]
}
}
}