Switched to original server implementation & included server shim

This commit is contained in:
2026-03-20 03:32:49 +02:00
parent 268cee305e
commit 93bd8db6bb
59 changed files with 13392 additions and 16 deletions

View File

@@ -0,0 +1,18 @@
{
"listen": {
"bindHost": "0.0.0.0",
"port": 9000,
"path": "/v1/listen"
},
"asrService": {
"baseUrl": "http://127.0.0.1:8088",
"wsPath": "/simple_port",
"timeoutMs": 15000
},
"nlu": {
"enabled": true
},
"logging": {
"level": "info"
}
}