@coze/api
Version:
Official Coze Node.js SDK for seamless AI integration into your applications | 扣子官方 Node.js SDK,助您轻松集成 AI 能力到应用中
10 lines (9 loc) • 722 B
TypeScript
import * as WsToolsUtils from './utils';
export { default as WsSpeechClient } from './speech';
export { default as WsTranscriptionClient } from './transcription';
export { default as WsChatClient, WsChatEventNames } from './chat';
export { default as WsSimultInterpretationClient } from './simult-interpretation';
export { default as PcmPlayer } from './pcm-player';
export { type WsChatEventData, type WsChatCallbackHandler, type AudioRecordEvent, type WsToolsOptions, type AudioSentencePlaybackStartEvent, type AudioSentencePlaybackEndEvent, ClientEventType, } from './types';
export { default as PcmRecorder, AIDenoiserProcessorMode, AIDenoiserProcessorLevel, } from './recorder/pcm-recorder';
export { WsToolsUtils };