demo mount to fastapi

This commit is contained in:
Xin Wang
2026-05-22 10:23:17 +08:00
parent 0d82acc0d2
commit 2c7f0f440b
10 changed files with 86 additions and 22 deletions

View File

@@ -1,8 +1,10 @@
{
"server": {
"host": "0.0.0.0",
"port": 8001,
"cors_origins": ["http://localhost:3000", "http://localhost:8080"]
"port": 8000,
"cors_origins": ["http://localhost:3000", "http://localhost:8080"],
"serve_webpage": true,
"webpage_mount": "/demo"
},
"audio": {
"sample_rate_hz": 16000,