@lobehub/tts
Version:
A high-quality & reliable TTS React Hooks library
11 lines • 1.11 kB
text/typescript
import { EdgeSpeechPayload } from "./core/EdgeSpeechTTS/createEdgeSpeech.mjs";
import { EdgeSpeechAPI, EdgeSpeechTTS } from "./core/EdgeSpeechTTS/index.mjs";
import { MicrosoftSpeechPayload } from "./core/MicrosoftSpeechTTS/createMicrosoftSpeech.mjs";
import { MicrosoftSpeechAPI, MicrosoftSpeechTTS } from "./core/MicrosoftSpeechTTS/index.mjs";
import { RecordMineType, getRecordMineType } from "./core/utils/getRecordMineType.mjs";
import { OpenAISTTAPI, OpenAISTTPayload, OpenaiSTT } from "./core/OpenAISTT/index.mjs";
import { OpenAITTS, OpenAITTSAPI, OpenAITTSPayload, OpenaiVoice } from "./core/OpenAITTS/index.mjs";
import { SpeechSynthesisTTS } from "./core/SpeechSynthesisTTS/index.mjs";
import { cleanContent } from "./core/utils/cleanContent.mjs";
import { VoiceList } from "./core/VoiceList.mjs";
export { EdgeSpeechAPI, EdgeSpeechPayload, EdgeSpeechTTS, MicrosoftSpeechAPI, MicrosoftSpeechPayload, MicrosoftSpeechTTS, OpenAISTTAPI, OpenAISTTPayload, OpenAITTS, OpenAITTSAPI, OpenAITTSPayload, OpenaiSTT, OpenaiVoice, RecordMineType, SpeechSynthesisTTS, VoiceList, cleanContent, getRecordMineType };