@voice-ping/cognitive-services-speech
Version:
VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft
25 lines (23 loc) • 803 B
JavaScript
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
export * from "./AudioSourceEvents";
export * from "./ConnectionEvents";
export * from "./ConnectionMessage";
export * from "./ConnectionOpenResponse";
export * from "./Error";
export * from "./Events";
export * from "./EventSource";
export * from "./Guid";
export * from "./IConnection";
export * from "./List";
export * from "./PlatformEvent";
export * from "./Promise";
export * from "./Queue";
export * from "./RawWebsocketMessage";
export * from "./RiffPcmEncoder";
export * from "./Stream";
export { TranslationStatus } from "../common.speech/TranslationStatus";
export * from "./ChunkedArrayBufferStream";
export * from "./Timeout";
export * from "./OCSPEvents";
//# sourceMappingURL=Exports.js.map