chore: 添加 timeout 参数

This commit is contained in:
WJG 2024-06-15 20:29:14 +08:00
parent 8ea1636fd7
commit d434627dfa
No known key found for this signature in database
GPG Key ID: 258474EF8590014A

View File

@ -79,6 +79,10 @@ export type BaseSpeakerConfig = MiServiceConfig & {
* TTS /
*/
audioBeep?: string;
/**
* 3000 3
*/
timeout?: number;
};
export class BaseSpeaker {