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