独立依赖

This commit is contained in:
xsl
2026-04-08 14:38:04 +08:00
parent 760cf864eb
commit 64c894b673
36 changed files with 431 additions and 337 deletions
+6 -7
View File
@@ -14,15 +14,14 @@ TTS_SENTENCE_MAX_LEN=64
TTS_SEGMENT_PAUSE_MS=90
TTS_FADE_MS=12
# Web service
WEBRTC_HOST=0.0.0.0
WEBRTC_PORT=8018
STUN_URL=stun:stun.l.google.com:19302
# Web service(与当前代码一致,仅 HTTP_HOST / HTTP_PORT
HTTP_HOST=0.0.0.0
HTTP_PORT=8018
CORS_ORIGINS=*
# HTTPS (for cross-device mic/WebRTC)
SSL_CERTFILE=/home/xsl/code/product/certs/dev-cert.pem
SSL_KEYFILE=/home/xsl/code/product/certs/dev-key.pem
# HTTPS(跨设备访问麦克风/页面时常需 TLS;路径相对项目根目录)
SSL_CERTFILE=certs/dev-cert.pem
SSL_KEYFILE=certs/dev-key.pem
# 3D avatar driver mode
AVATAR_DRIVER_MODE=blendshape_stream