@lobehub/tts
Version:
A high-quality & reliable TTS React Hooks library
10 lines (9 loc) • 640 B
JavaScript
import { EdgeSpeechTTS } from "./core/EdgeSpeechTTS/index.mjs";
import { MicrosoftSpeechTTS } from "./core/MicrosoftSpeechTTS/index.mjs";
import { getRecordMineType } from "./core/utils/getRecordMineType.mjs";
import { OpenaiSTT } from "./core/OpenAISTT/index.mjs";
import { OpenAITTS } 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 { EdgeSpeechTTS, MicrosoftSpeechTTS, OpenAITTS, OpenaiSTT, SpeechSynthesisTTS, VoiceList, cleanContent, getRecordMineType };