microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 797 B
Source Map (JSON)
{"version":3,"sources":["src/common.browser/IRecorder.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IACjG,qBAAqB,CAAC,OAAO,EAAE,YAAY,GAAG,IAAI,CAAC;IACnD,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;CACpC","file":"IRecorder.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n\r\nimport { Stream } from \"../common/Exports.js\";\r\n\r\nexport interface IRecorder {\r\n record(context: AudioContext, mediaStream: MediaStream, outputStream: Stream<ArrayBuffer>): void;\r\n releaseMediaResources(context: AudioContext): void;\r\n setWorkletUrl(url: string): void;\r\n}\r\n"]}