microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 669 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/MultichannelAudio/CtsAudioStream.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB","file":"CtsAudioStream.d.ts","sourcesContent":["//\r\n// Copyright (c) Microsoft. All rights reserved.\r\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\r\n//\r\n\r\n/**\r\n * CTS Audio stream information\r\n */\r\nexport interface CtsAudioStream {\r\n /**\r\n * The stream offset\r\n */\r\n offset?: number; // Using number instead of ulong as TypeScript doesn't have exact equivalent\r\n}\r\n"]}