microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 794 B
Source Map (JSON)
{"version":3,"sources":["src/common/IAudioDestination.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,WAAW,iBAAiB;IAC9B,EAAE,IAAI,MAAM,CAAC;IACb,KAAK,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IACjC,MAAM,EAAE,iBAAiB,CAAC;IAC1B,KAAK,CAAC,EAAE,CAAC,EAAE,MAAM,IAAI,EAAE,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI,CAAC;CAC/D","file":"IAudioDestination.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n\r\nimport { AudioStreamFormat } from \"../sdk/Exports.js\";\r\n\r\nexport interface IAudioDestination {\r\n id(): string;\r\n write(buffer: ArrayBuffer): void;\r\n format: AudioStreamFormat;\r\n close(cb?: () => void, err?: (error: string) => void): void;\r\n}\r\n"]}