@lobehub/tts
Version:
A high-quality & reliable TTS React Hooks library
15 lines (14 loc) • 665 B
text/typescript
import * as antd_es_select0 from "antd/es/select";
//#region src/core/VoiceList.d.ts
declare class VoiceList {
private locale?;
constructor(locale?: string);
get speechSynthesVoiceOptions(): antd_es_select0.DefaultOptionType[] | undefined;
get azureVoiceOptions(): antd_es_select0.DefaultOptionType[] | undefined;
get edgeVoiceOptions(): antd_es_select0.DefaultOptionType[] | undefined;
get microsoftVoiceOptions(): antd_es_select0.DefaultOptionType[] | undefined;
static openaiVoiceOptions: antd_es_select0.DefaultOptionType[] | undefined;
static localeOptions: antd_es_select0.DefaultOptionType[] | undefined;
}
//#endregion
export { VoiceList };