folx-tv/server/replit_integrations/audio/index.ts
2026-02-28 20:36:50 +00:00

15 lines
277 B
TypeScript

export { registerAudioRoutes } from "./routes";
export {
openai,
detectAudioFormat,
convertToWav,
ensureCompatibleFormat,
type AudioFormat,
voiceChat,
voiceChatStream,
textToSpeech,
textToSpeechStream,
speechToText,
speechToTextStream,
} from "./client";