mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 10:30:21 +00:00
feat(tts): add microsoft voice listing
This commit is contained in:
6
src/types/node-edge-tts.d.ts
vendored
6
src/types/node-edge-tts.d.ts
vendored
@@ -16,3 +16,9 @@ declare module "node-edge-tts" {
|
||||
ttsPromise(text: string, outputPath: string): Promise<void>;
|
||||
}
|
||||
}
|
||||
|
||||
declare module "node-edge-tts/dist/drm.js" {
|
||||
export const CHROMIUM_FULL_VERSION: string;
|
||||
export const TRUSTED_CLIENT_TOKEN: string;
|
||||
export function generateSecMsGecToken(): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user