UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
16 lines (14 loc) 546 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PullAudioInputStreamCallback = void 0; // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. /** * An abstract base class that defines callback methods (read() and close()) for * custom audio input streams). * @class PullAudioInputStreamCallback */ class PullAudioInputStreamCallback { } exports.PullAudioInputStreamCallback = PullAudioInputStreamCallback; //# sourceMappingURL=PullAudioInputStreamCallback.js.map