discord-speech-recognition
Version:
Extension for making discord speech recognition bots.
7 lines (6 loc) • 460 B
TypeScript
export { addSpeechEvent } from "./bot/addSpeechEvent";
export { SpeechOptions, SpeechRecognition as speechRecognition, CommonSpeechOptions, } from "./bot/speechOptions";
export { default as VoiceMessage } from "./bot/voiceMessage";
export { SpeechEvents } from "./events";
export { GoogleSpeechV2Options, resolveSpeechWithGoogleSpeechV2, } from "./speechRecognition/googleV2";
export { resolveSpeechWithWitai, WitaiOptions, } from "./speechRecognition/witai";