feat(tts): add microsoft voice listing

This commit is contained in:
Peter Steinberger
2026-03-16 20:23:58 -07:00
parent a71c61122d
commit 622f13253b
5 changed files with 330 additions and 0 deletions

View File

@@ -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;
}