UNPKG

@euirim/microsoft-cognitiveservices-speech-sdk

Version:
12 lines (10 loc) 360 B
// 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 */ export class PullAudioInputStreamCallback { } //# sourceMappingURL=PullAudioInputStreamCallback.js.map