@lobehub/tts
Version:
A high-quality & reliable TTS React Hooks library
9 lines (8 loc) • 629 B
TypeScript
export { type EdgeSpeechAPI, type EdgeSpeechPayload, EdgeSpeechTTS } from "./EdgeSpeechTTS";
export { type MicrosoftSpeechAPI, type MicrosoftSpeechPayload, MicrosoftSpeechTTS, } from "./MicrosoftSpeechTTS";
export { OpenaiSTT, type OpenAISTTAPI, type OpenAISTTPayload } from "./OpenAISTT";
export { OpenAITTS, type OpenAITTSAPI, type OpenAITTSPayload, type OpenaiVoice, } from "./OpenAITTS";
export { SpeechSynthesisTTS } from "./SpeechSynthesisTTS";
export { cleanContent } from "./utils/cleanContent";
export { getRecordMineType, type RecordMineType } from "./utils/getRecordMineType";
export { VoiceList } from "./VoiceList";