替换appid和appkey
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m2s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m2s
This commit is contained in:
parent
9bcf1d95bd
commit
60c8723232
@ -14,8 +14,8 @@ const SILENCE_TIMEOUT_MS = 5000;
|
||||
const MIN_VALID_DURATION_SEC = 0.5;
|
||||
// 播报超时保护(毫秒):如果FINISHED回调未触发,自动恢复状态
|
||||
const BROADCAST_TIMEOUT_MS = 60000;
|
||||
const APPID = "i-sfkmd7h8ex6nd";
|
||||
const APP_KEY = "hs6b9nu9b080ap9hswgp";
|
||||
const APPID = "i-sfyjfm4jw2q2g";
|
||||
const APP_KEY = "f6mgtnb0abt6ph3rihwm";
|
||||
|
||||
/**
|
||||
* 检测文本是否包含实质内容(去除空白和标点后仍有字符)
|
||||
@ -497,7 +497,7 @@ export function useDigitalHuman(options?: {
|
||||
wrapperId: "human-wrapper",
|
||||
connectParams: {
|
||||
ttsPer: "CAP_4189",
|
||||
figureId: "3999826",
|
||||
figureId: "4000748",
|
||||
resolutionHeight: 1920,
|
||||
resolutionWidth: 1080,
|
||||
inactiveDisconnectSec: 300,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user