5 lines
69 B
TypeScript
Raw Normal View History

2024-08-12 16:26:08 +08:00
export enum TTSSelectModel {
// edge-tts
edgeTTS = 'edge-tts',
}