UNPKG

@euirim/microsoft-cognitiveservices-speech-sdk

Version:
12 lines (10 loc) 541 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. import { ConsoleLoggingListener } from "./src/common.browser/Exports"; import { Events } from "./src/common/Exports"; // Common.Storage.SetLocalStorage(new Common.Browser.LocalStorage()); // Common.Storage.SetSessionStorage(new Common.Browser.SessionStorage()); Events.instance.attachListener(new ConsoleLoggingListener()); // Speech SDK API export * from "./src/sdk/Exports"; //# sourceMappingURL=microsoft.cognitiveservices.speech.sdk.js.map